Fixed BCC compilation warning if wxUSE_HELP was 1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-04-26 01:12:48 +00:00
parent 9ef2e675a5
commit a0b1b91fe6

View File

@@ -212,7 +212,6 @@ bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
return TRUE; return TRUE;
} }
return FALSE;
#endif #endif
return FALSE; return FALSE;
} }