From e5c28b86bed03c70bbe3054ccfcc6cb96291c580 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 26 Jun 2012 12:43:12 +0200 Subject: Remove commented out code (includes) Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8 --- vcl/source/app/svmain.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 3147b9a85910..959e055b0f45 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -61,16 +61,6 @@ #include #endif -// [ed 5/14/02 Add in explicit check for quartz graphics. OS X will define -// unx for both quartz and X11 graphics, but we include svunx.h only if we're -// building X11 graphics layers. - -#if defined UNX && ! defined QUARTZ -//#include "svunx.h" -#endif - -//#include "svsys.h" - #include "salinst.hxx" #include "salwtype.hxx" #include "svdata.hxx" -- cgit