]> git.saurik.com Git - wxWidgets.git/commitdiff
removed some test code
authorRobert Roebling <robert@roebling.de>
Thu, 15 Apr 1999 19:29:04 +0000 (19:29 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 15 Apr 1999 19:29:04 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/minimal/minimal.cpp
src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp

index 88f56481111280f37d2c967aa2a0583e4cf723d7..978db2a25476b94343ae71715c8621575ade4ce3 100644 (file)
@@ -165,8 +165,6 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
     // create a status bar just for fun (by default with 1 pane only)
     CreateStatusBar(2);
     SetStatusText("Welcome to wxWindows!");
-    
-//    SetSizeHints( size.x, size.y, size.x, size.y );
 }
 
 
index 4c19c24458ca8205c1a929f6a24244721a3eb3f5..3a4c1a9a74a66b7b1cf79fc6799df2f744d4854f 100644 (file)
@@ -666,8 +666,6 @@ bool wxWindowDC::Blit( long xdest, long ydest, long width, long height,
     
         if ((bm_width != bm_ww) || (bm_height != bm_hh))
         {
-           printf( "scaling.\n" );
-       
             wxImage image( memDC->m_selected );
            image = image.Scale( bm_ww, bm_hh );
        
index 4c19c24458ca8205c1a929f6a24244721a3eb3f5..3a4c1a9a74a66b7b1cf79fc6799df2f744d4854f 100644 (file)
@@ -666,8 +666,6 @@ bool wxWindowDC::Blit( long xdest, long ydest, long width, long height,
     
         if ((bm_width != bm_ww) || (bm_height != bm_hh))
         {
-           printf( "scaling.\n" );
-       
             wxImage image( memDC->m_selected );
            image = image.Scale( bm_ww, bm_hh );