diff options
author | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2012-10-24 14:14:25 +0000 |
---|---|---|
committer | Eduardo de Barros Lima <eblima@gmail.com> | 2012-10-24 14:14:25 +0000 |
commit | 8ac751d68e2902f844301d8738c17eee9bb03a6e (patch) | |
tree | e214fa4c542dcc02c8b24d2727017a01e771eaa1 /src/bin/main.h | |
parent | 0ff46d0f5989311dace552fc3fbe9fd6ea18796c (diff) |
Expedite: Remove software_16_X11 code
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 78402
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index f7d3cc3..8b3a13b 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <math.h> | 12 | #include <math.h> |
13 | #include <time.h> | 13 | #include <time.h> |
14 | 14 | ||
15 | #if defined (HAVE_EVAS_SOFTWARE_XLIB) || defined (HAVE_EVAS_XRENDER_X11) ||defined (HAVE_EVAS_OPENGL_X11) || defined (HAVE_EVAS_SOFTWARE_16_X11) | 15 | #if defined (HAVE_EVAS_SOFTWARE_XLIB) || defined (HAVE_EVAS_XRENDER_X11) ||defined (HAVE_EVAS_OPENGL_X11) |
16 | #include <X11/Xlib.h> | 16 | #include <X11/Xlib.h> |
17 | #endif | 17 | #endif |
18 | 18 | ||
@@ -71,9 +71,6 @@ | |||
71 | #if HAVE_EVAS_PSL1GHT | 71 | #if HAVE_EVAS_PSL1GHT |
72 | #include "engine_psl1ght.h" | 72 | #include "engine_psl1ght.h" |
73 | #endif | 73 | #endif |
74 | #if HAVE_EVAS_SOFTWARE_16_X11 | ||
75 | #include "engine_software_16_x11.h" | ||
76 | #endif | ||
77 | #if HAVE_EVAS_SOFTWARE_16_DDRAW | 74 | #if HAVE_EVAS_SOFTWARE_16_DDRAW |
78 | #include "engine_software_16_ddraw.h" | 75 | #include "engine_software_16_ddraw.h" |
79 | #endif | 76 | #endif |