diff options
author | GiWoong Kim <giwoong.kim@samsung.com> | 2016-01-05 16:40:35 +0900 |
---|---|---|
committer | GiWoong Kim <giwoong.kim@samsung.com> | 2016-01-06 20:05:56 +0900 |
commit | 87e81feb0726712a50e1f5c75d4bf967971677b1 (patch) | |
tree | d5813a3aa0cb332127a871ec312ff032809a2ac1 /tizen/src/util/error_handler.c | |
parent | 346ee8b1ee5cccd871ba7bc2c0a78c4e98d88748 (diff) | |
download | qemu-87e81feb0726712a50e1f5c75d4bf967971677b1.tar.gz qemu-87e81feb0726712a50e1f5c75d4bf967971677b1.tar.bz2 qemu-87e81feb0726712a50e1f5c75d4bf967971677b1.zip |
gui: delete deprecated SWT GUI
- maru_sdl, maru_shm options
- related source code
Change-Id: I5d2444982753e909170af6b5a15eb688d916eadf
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
Diffstat (limited to 'tizen/src/util/error_handler.c')
-rw-r--r-- | tizen/src/util/error_handler.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tizen/src/util/error_handler.c b/tizen/src/util/error_handler.c index e749c6b9bf..1d9eddad1c 100644 --- a/tizen/src/util/error_handler.c +++ b/tizen/src/util/error_handler.c @@ -45,16 +45,11 @@ #include "error_handler.h" #include "emulator_common.h" #include "emulator.h" -#include "skin/maruskin_client.h" #include "debug_ch.h" MULTI_DEBUG_CHANNEL(qemu, backtrace); -#ifdef CONFIG_JAVA_UI -#include "skin/maruskin_client.h" -#endif - #ifdef CONFIG_QT #include "qt5_error_report.h" #endif @@ -304,8 +299,6 @@ static void report(const char *fmt, va_list ap) if (message[message_len - 1] == '\n') { #if defined(CONFIG_QT) start_qt5_msgbox(CRITICAL_ICON, message); -#elif defined(CONFIG_JAVA_UI) - start_simple_client(message); #endif message[0] = '\0'; |