diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-10-27 05:11:50 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-10-27 05:11:50 +0000 |
commit | 487abcdf5b99b140b38b9704fe162f7481d7544a (patch) | |
tree | 011ab458f5e44d42195b0c190b65cee6740103ee /gtk | |
parent | 53085e0828122688a970cec4d0abe76a881815e9 (diff) | |
download | wireshark-487abcdf5b99b140b38b9704fe162f7481d7544a.tar.gz wireshark-487abcdf5b99b140b38b9704fe162f7481d7544a.tar.bz2 wireshark-487abcdf5b99b140b38b9704fe162f7481d7544a.zip |
Remove empty #if / #endif block
svn path=/trunk/; revision=23283
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/toolbar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c index 0294f385fc..36c1c37cc6 100644 --- a/gtk/toolbar.c +++ b/gtk/toolbar.c @@ -482,8 +482,6 @@ toolbar_new(void) { GtkWidget *main_tb; GtkWidget *window = top_level; -#if GTK_MAJOR_VERSION < 2 -#endif /* GTK_MAJOR_VERSION */ GdkPixmap *icon; GdkBitmap * mask; GtkWidget *iconw; |