diff options
| author | Peng Huang <shawn.p.huang@gmail.com> | 2009-12-08 14:05:59 +0800 |
|---|---|---|
| committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-12-08 14:05:59 +0800 |
| commit | e738d2c6534ff31601b2d7abca550155fa214c8b (patch) | |
| tree | 7aac77988f6baf83fde48ead09389502c7e22dba /src/Engine.cc | |
| parent | 615fffda8783d711532e9a348e078567e0d37c01 (diff) | |
| download | ibus-libpinyin-e738d2c6534ff31601b2d7abca550155fa214c8b.tar.gz ibus-libpinyin-e738d2c6534ff31601b2d7abca550155fa214c8b.tar.xz ibus-libpinyin-e738d2c6534ff31601b2d7abca550155fa214c8b.zip | |
Remove some unused code.
Diffstat (limited to 'src/Engine.cc')
| -rw-r--r-- | src/Engine.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Engine.cc b/src/Engine.cc index 6f9a64b..13f54e0 100644 --- a/src/Engine.cc +++ b/src/Engine.cc @@ -76,11 +76,6 @@ static void ibus_pinyin_engine_property_show (IBusEngine *engine, const gchar *prop_name); static void ibus_pinyin_engine_property_hide (IBusEngine *engine, const gchar *prop_name); -static void ibus_config_value_changed (IBusConfig *config, - const gchar *section, - const gchar *name, - GValue *value, - gpointer user_data); #endif static IBusEngineClass *parent_class = NULL; @@ -208,17 +203,5 @@ FUNCTION(cursor_up, cursorUp) FUNCTION(cursor_down, cursorDown) #undef FUNCTION - -#if 0 -static void -ibus_config_value_changed (IBusConfig *config, - const gchar *section, - const gchar *name, - GValue *value, - gpointer user_data) -{ -} -#endif - }; |
