]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
skip apple options
[wxWidgets.git] / src / common / paper.cpp
index 49f76ed77e205a84abf93327f702c0cead32dadc..12df669e3519f01645aac7b3404316a909381a34 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -374,8 +373,7 @@ bool wxPrintPaperModule::OnInit()
 
 void wxPrintPaperModule::OnExit()
 {
-    delete wxThePrintPaperDatabase;
-    wxThePrintPaperDatabase = NULL;
+    wxDELETE(wxThePrintPaperDatabase);
 }
 
 #endif // wxUSE_PRINTING_ARCHITECTURE