diff options
author | raveit65 <[email protected]> | 2015-05-26 09:39:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-26 09:39:08 +0200 |
commit | e71c723f62971343e9ca83d3371a0ded28747e48 (patch) | |
tree | df61399ac5a9dccee35009feb73007450c88a002 /src/eom-statusbar.h | |
parent | e556b69e2cf83b559aff32a7bbc1942b6838cf69 (diff) | |
download | eom-e71c723f62971343e9ca83d3371a0ded28747e48.tar.bz2 eom-e71c723f62971343e9ca83d3371a0ded28747e48.tar.xz |
Remove extra resize-grip code
- gtk+ handle this for itself since a long time
- with <=3.14 resize-grip is removed
- with gtk2 is not affected
Diffstat (limited to 'src/eom-statusbar.h')
-rw-r--r-- | src/eom-statusbar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/eom-statusbar.h b/src/eom-statusbar.h index cf263d4..4ecedec 100644 --- a/src/eom-statusbar.h +++ b/src/eom-statusbar.h @@ -63,11 +63,6 @@ void eom_statusbar_set_image_number (EomStatusbar *statusbar, void eom_statusbar_set_progress (EomStatusbar *statusbar, gdouble progress); -#if !GTK_CHECK_VERSION(3, 0, 0) -void eom_statusbar_set_has_resize_grip (EomStatusbar *statusbar, - gboolean has_resize_grip); -#endif - G_END_DECLS #endif /* __EOM_STATUSBAR_H__ */ |