]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
Remove always moving window to the top of the Z-order on on Show
[wxWidgets.git] / src / msw / regconf.cpp
index 9647ae12176b74f0d7ff35ab82fb7a38712af6e3..4684ba918867d222c0e6ac1e1dcb943b18bae9fe 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "regconf.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -151,11 +147,6 @@ wxRegConfig::wxRegConfig(const wxString& appName, const wxString& vendorName,
   }
 }
 
-wxRegConfig::~wxRegConfig()
-{
-  // nothing to do - key will be closed in their dtors
-}
-
 // ----------------------------------------------------------------------------
 // path management
 // ----------------------------------------------------------------------------