diff options
author | Tomasz Sterna <tomek@xiaoka.com> | 2012-01-04 23:58:10 +0100 |
---|---|---|
committer | Tomasz Sterna <tomek@xiaoka.com> | 2012-01-24 00:36:01 +0100 |
commit | 66b5569ee4af3c6044c8e94b749fe8f22659a24a (patch) | |
tree | c3bed53057fe0fa204097f9bca13c8902fa1155e /hildon/hildon-touch-selector.h | |
parent | df3f3c11dfadc3d0d191f8a642b407d29fca2084 (diff) |
Removed MAEMO_CHANGES and MAEMO_GTK
Diffstat (limited to 'hildon/hildon-touch-selector.h')
-rw-r--r-- | hildon/hildon-touch-selector.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hildon/hildon-touch-selector.h b/hildon/hildon-touch-selector.h index 14ade39..12ef96d 100644 --- a/hildon/hildon-touch-selector.h +++ b/hildon/hildon-touch-selector.h @@ -216,15 +216,6 @@ void hildon_touch_selector_optimal_size_request (HildonTouchSelector *selector, GtkRequisition *requisition); -#ifdef MAEMO_GTK -HildonUIMode -hildon_touch_selector_get_hildon_ui_mode (HildonTouchSelector *selector); - -gboolean -hildon_touch_selector_set_hildon_ui_mode (HildonTouchSelector *selector, - HildonUIMode mode); -#endif - GtkTreePath* hildon_touch_selector_get_last_activated_row (HildonTouchSelector *selector, gint column); |