diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp
index 3924519147..13b00c1490 100644
--- a/src/html/helpctrl.cpp
+++ b/src/html/helpctrl.cpp
@@ -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,