]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/clipbrd.cpp
Added a few non-threads compile fixes,
[wxWidgets.git] / src / gtk1 / clipbrd.cpp
index 9500db81e18abea33c5a5ad9fe98883d73c3ca9a..be5ef0127638d090f14a506899ca4de87775e2e7 100644 (file)
@@ -475,7 +475,9 @@ bool wxClipboard::IsSupported( const wxDataFormat& format )
     /* store requested format to be asked for by callbacks */
     m_targetRequested = format;
 
+/*
     wxLogDebug( wxT("wxClipboard:IsSupported: requested format: %s"), format.GetId().c_str() );
+*/
 
     wxCHECK_MSG( m_targetRequested, FALSE, wxT("invalid clipboard format") );