]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
[wxWidgets.git] / src / msw / regconf.cpp
index 9647ae12176b74f0d7ff35ab82fb7a38712af6e3..13f59406cdc2c24412043b283ecee7eb678dd270 100644 (file)
@@ -151,11 +151,6 @@ wxRegConfig::wxRegConfig(const wxString& appName, const wxString& vendorName,
   }
 }
 
-wxRegConfig::~wxRegConfig()
-{
-  // nothing to do - key will be closed in their dtors
-}
-
 // ----------------------------------------------------------------------------
 // path management
 // ----------------------------------------------------------------------------