]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
More common code moved from generic dialogs to wxDialogBase::CreateButtonSizer()...
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index af5f1dc484b44e650f5686cfe920d010d84924dd..64d3931648d4c998d8e9dad3a42b58111a65a4ab 100644 (file)
@@ -7,10 +7,6 @@
 // Licence:           wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "statbmp.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -87,7 +83,7 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
         GdkBitmap *mask = (GdkBitmap *) NULL;
         if (m_bitmap.GetMask())
             mask = m_bitmap.GetMask()->GetBitmap();
-    
+
 #ifdef __WXGTK20__
         if (m_bitmap.HasPixbuf())
         {