Don't initialize htmlWindowBorder in wxHtmlHelpWindow::Create() just to
overwrite it with another value on the next line.
Closes #14933.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73315
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxSizer *navigSizer = NULL;
#ifdef __WXMSW__
- wxBorder htmlWindowBorder = GetDefaultBorder();
- htmlWindowBorder = wxBORDER_THEME;
+ wxBorder htmlWindowBorder = wxBORDER_THEME;
#else
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
#endif