]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused ifdef wxUSE_THREADS block (patch 1435521)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2006 13:33:01 +0000 (13:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2006 13:33:01 +0000 (13:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dnd.cpp

index b9e4d38b87ca2e409e4f00897583b446ddcf1c35..537dbd8b8c06e5ae8ed6e0aa7d88c5bef0dedb87 100644 (file)
 extern void wxapp_install_idle_handler();
 extern bool g_isIdle;
 
-//-----------------------------------------------------------------------------
-// thread system
-//-----------------------------------------------------------------------------
-
-#if wxUSE_THREADS
-#endif
-
 //----------------------------------------------------------------------------
 // global data
 //----------------------------------------------------------------------------