X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbff1201aa47e2b73ec90a97886f18e88270ea6..b2a19d941d7796fcc82e752b036eea5f8ed0fa2c:/include/wx/dc.h diff --git a/include/wx/dc.h b/include/wx/dc.h index 8dc21ff6f0..eef4e7b99c 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -491,7 +491,7 @@ public: // Put ClearCache in the wxDC implementation class, since it has to be // static. // static void ClearCache() ; -#if wxUSE_DC_CACHEING +#if 0 // wxUSE_DC_CACHEING static void EnableCache(bool cacheing) { sm_cacheing = cacheing; } static bool CacheEnabled() { return sm_cacheing ; } #endif @@ -699,7 +699,7 @@ protected: bool m_isInteractive:1; bool m_isBBoxValid:1; #if wxUSE_DC_CACHEING - static bool sm_cacheing; +// static bool sm_cacheing; #endif // coordinate system variables