X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2b0e31bbd295eddee3573aed9129166794f8de..ba5787676d002f76b4c3944cb598b626f10f058d:/include/wx/docview.h diff --git a/include/wx/docview.h b/include/wx/docview.h index 46cc57c211..1af42ff2c9 100644 --- a/include/wx/docview.h +++ b/include/wx/docview.h @@ -594,11 +594,9 @@ public: const wxList& GetMenus() const { return m_fileMenus; } -#if wxABI_VERSION >= 20802 // Set/get base id void SetBaseId(wxWindowID baseId) { m_idBase = baseId; } wxWindowID GetBaseId() const { return m_idBase; } -#endif // wxABI 2.8.2+ #if WXWIN_COMPATIBILITY_2_6 // deprecated, use GetCount() instead