]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
removed redundant code
[wxWidgets.git] / include / wx / docview.h
index cc728d8e16cdb4a9a9f0a439892386ad4c1c439b..b564db1b67bef95296626fa31e2e44caca7a81e5 100644 (file)
@@ -96,11 +96,6 @@ public:
     virtual wxInputStream& LoadObject(wxInputStream& stream);
 #endif
 
-#if wxUSE_SERIAL
-    // need this to keep from hiding the virtual from wxObject
-    virtual void LoadObject(wxObjectInputStream& stream) { wxObject::LoadObject(stream); };
-#endif
-
     // Called by wxWindows
     virtual bool OnSaveDocument(const wxString& filename);
     virtual bool OnOpenDocument(const wxString& filename);