summaryrefslogtreecommitdiff
path: root/src/eom-statusbar.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-26 09:39:08 +0200
committerraveit65 <[email protected]>2015-05-26 09:39:08 +0200
commite71c723f62971343e9ca83d3371a0ded28747e48 (patch)
treedf61399ac5a9dccee35009feb73007450c88a002 /src/eom-statusbar.h
parente556b69e2cf83b559aff32a7bbc1942b6838cf69 (diff)
downloadeom-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.h5
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__ */