]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed BCC compilation warning if wxUSE_HELP was 1
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 26 Apr 2001 01:12:48 +0000 (01:12 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 26 Apr 2001 01:12:48 +0000 (01:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpctrl.cpp

index 39245191477f7604c8b9f68664a7706945842abd..13b00c1490b7ec1705a907ab231c768eab571e3d 100644 (file)
@@ -212,9 +212,8 @@ bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
         return TRUE;
     }
 
-    return FALSE;
 #endif
-    return FALSE;    
+    return FALSE;
 }
 
 void wxHtmlHelpController::SetFrameParameters(const wxString& title,