diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-08-25 10:48:42 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-08-25 10:48:42 -0700 |
commit | d179a5c2a95785e64015c9d69f9e0f23dfc6699e (patch) | |
tree | 2cb2120e7ce066fd4bcc3e90ccd691d71033adc5 /src/lib/ecore_evas/ecore_evas_module.c | |
parent | e6b4878a9e348b6fdf6112ba2ef359e63ccbd09c (diff) |
efl: remove PS3 backend.
This backend has received no patch and maintenance from anyone who could
actually test it over the last few years. After talking with KaKaRoTo it
is best to remove it. If anyone want to take over its maintenance, you
are welcome to revert this patch.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas_module.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/ecore_evas/ecore_evas_module.c b/src/lib/ecore_evas/ecore_evas_module.c index b8dcdee821..581e0131ab 100644 --- a/src/lib/ecore_evas/ecore_evas_module.c +++ b/src/lib/ecore_evas/ecore_evas_module.c | |||
@@ -290,12 +290,6 @@ _ecore_evas_available_engines_get(void) | |||
290 | ADDENG("opengl_cocoa"); | 290 | ADDENG("opengl_cocoa"); |
291 | #endif | 291 | #endif |
292 | } | 292 | } |
293 | else if (!strcmp(name, "psl1ght")) | ||
294 | { | ||
295 | #ifdef BUILD_ECORE_EVAS_PSL1GHT | ||
296 | ADDENG("psl1ght"); | ||
297 | #endif | ||
298 | } | ||
299 | else if (!strcmp(name, "sdl")) | 293 | else if (!strcmp(name, "sdl")) |
300 | { | 294 | { |
301 | #ifdef BUILD_ECORE_EVAS_OPENGL_SDL | 295 | #ifdef BUILD_ECORE_EVAS_OPENGL_SDL |