Remove connection of MyDllApp::OnIdle() handler in the dll sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:11 +0000 (16:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Dec 2012 16:02:11 +0000 (16:02 +0000)
commit91270d2d17374f24a4de5108ea1a332190b827a6
tree4dfa5d32bb03bb476affda1c35687e4884786576
parent5160f2929d9fe0e4d0b41e4c3bc5c03743ef24ff
Remove connection of MyDllApp::OnIdle() handler in the dll sample.

This method didn't really exist, the code only worked because it connected to
wxApp::OnIdle() which exists in wxMSW but not the other ports.

Simply remove the apparently unnecessary call.

See #13902.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dll/my_dll.cpp