]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
wxBestHelpController now used as default on Windows
[wxWidgets.git] / include / wx / univ / window.h
index 13a54c942142f6feef6a44ac83751de5f9fa9c0c..d13c7657a65c17ed0b18362afb20f103dcbe346c 100644 (file)
@@ -150,7 +150,6 @@ public:
 
     // return true if we should use the colours/fonts returned by the
     // corresponding GetXXX() methods instead of the default ones
-    bool UseBgCol() const { return m_hasBgCol; }
     bool UseFgCol() const { return m_hasFgCol; }
     bool UseFont() const { return m_hasFont; }