diff options
author | Martin Wimpress <[email protected]> | 2015-06-12 21:38:08 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-12 21:38:08 +0100 |
commit | 0ebbecec4796084650addb344c1e1a000c7561d8 (patch) | |
tree | 32dbccfdba074ace7d880ab8b3fde4709add9075 /src/eom-statusbar.h | |
parent | 41b8e5c1e21b02f7ebd0f7f61f9225be5e6f07f5 (diff) | |
parent | 14ddcdad31e8d405b1693095f77151b465f433e6 (diff) | |
download | eom-0ebbecec4796084650addb344c1e1a000c7561d8.tar.bz2 eom-0ebbecec4796084650addb344c1e1a000c7561d8.tar.xz |
Merge pull request #73 from NiceandGently/master
GTK3: reduce size of the statusbar
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__ */ |