]> git.saurik.com Git - wxWidgets.git/commitdiff
linking in artstd.obj doesn't have to be forced, it happens thanks to InitStdProvider...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Aug 2004 17:19:30 +0000 (17:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 22 Aug 2004 17:19:30 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/artprov.cpp

index a14428f89e8fcb97043d1b1985614deee1a8b882..bfa75a5c780df24d033a2f033688a27b41a1474e 100644 (file)
@@ -36,9 +36,6 @@
 #include "wx/image.h"
 #endif
 
-// For the purposes of forcing this module to link
-extern char g_ArtProviderModule;
-
 // ===========================================================================
 // implementation
 // ===========================================================================
@@ -86,9 +83,6 @@ bool wxArtProviderCache::GetBitmap(const wxString& full_id, wxBitmap* bmp)
 
 void wxArtProviderCache::Clear()
 {
-    // Hack to make the default provider link
-    // with the application
-    g_ArtProviderModule = 0;
     m_bitmapsHash.clear();
 }