]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
added missing int
[wxWidgets.git] / src / msw / app.cpp
index 8222bb7060ed3c1c3a4a41340fcf3a2fee5d26a8..a4f6edfec4d396c80cbdb629f936832a3616d453 100644 (file)
@@ -122,7 +122,7 @@ extern void wxSetKeyboardHook(bool doIt);
 struct ClassRegInfo
 {
     // the base name of the class: this is used to construct the unique name in
-    // RegisterClassWithUniqueNames()
+    // wxApp::GetRegisteredClassName()
     wxString basename;
 
     // the name of the registered class with and without CS_[HV]REDRAW styles
@@ -200,11 +200,6 @@ void *wxGUIAppTraits::BeforeChildWaitLoop()
     return new ChildWaitLoopData(wd, winActive);
 }
 
-void wxGUIAppTraits::AlwaysYield()
-{
-    wxYield();
-}
-
 void wxGUIAppTraits::AfterChildWaitLoop(void *dataOrig)
 {
     wxEndBusyCursor();