aboutsummaryrefslogtreecommitdiff
path: root/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp')
-rw-r--r--chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp b/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp
deleted file mode 100644
index 74fdf4f2fa59..000000000000
--- a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/ime-core/imi_winHandler.cpp.orig 2014-11-14 14:17:48 UTC
-+++ src/ime-core/imi_winHandler.cpp
-@@ -87,6 +87,7 @@ CIMIWinHandler::throwBackKey(unsigned ke
- void
- CIMIWinHandler::updateStatus(int key, int value)
- {
-+#ifdef DEBUG
- switch (key) {
- case STATUS_ID_CN:
- printf("CN status is "); break;
-@@ -101,6 +102,7 @@ CIMIWinHandler::updateStatus(int key, in
-
- printf("%d\n", value);
- fflush(stdout);
-+#endif
- }
-
- // -*- indent-tabs-mode: nil -*- vim:et:ts=4