]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/anybutton.cpp
Remove wxT from prototype
[wxWidgets.git] / src / gtk / anybutton.cpp
index 169bd1a41529d9ea54f9c3e8c194a22be230c203..9036b2a7ed38857f8ea6ea2f898f59ef4576ec8d 100644 (file)
@@ -178,9 +178,7 @@ void wxAnyButton::GTKDoShowBitmap(const wxBitmap& bitmap)
     }
     else // have both label and bitmap
     {
-        {
-            image = gtk_button_get_image(GTK_BUTTON(m_widget));
-        }
+        image = gtk_button_get_image(GTK_BUTTON(m_widget));
     }
 
     wxCHECK_RET( image && GTK_IS_IMAGE(image), "must have image widget" );