]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/my_dll.cpp
Fix infinite loop in wxMSW with wxStaticBox inside non-wxTAB_TRAVERSAL parent.
[wxWidgets.git] / samples / dll / my_dll.cpp
index 3aa93e97083ffcb0792fab0f398267f5d2837c7e..5c23dd8634d603b9e1538ec57f98f30f79d5ee00 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Sample showing how to use wx from a DLL
 // Author:      Vaclav Slavik
 // Created:     2009-12-03
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -148,7 +147,6 @@ MyDllApp::MyDllApp()
     // by shutting the thread down when it's no longer needed, though.
     SetExitOnFrameDelete(false);
 
-    Connect(wxEVT_IDLE, wxIdleEventHandler(MyDllApp::OnIdle));
     Connect(CMD_SHOW_WINDOW,
             wxEVT_THREAD,
             wxThreadEventHandler(MyDllApp::OnShowWindow));