]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/docview.h
Remove the unused code instead of commenting it out.
[wxWidgets.git] / samples / docview / docview.h
index ff2139cb8b0aada24c4a8c4d2ab4d71804d05e98..0c7708c24b32a66ef1a1197728cf13083277b016 100644 (file)
@@ -44,7 +44,7 @@ public:
 
     // our specific methods
     Mode GetMode() const { return m_mode; }
-    wxFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
+    wxFrame *CreateChildFrame(wxView *view, bool isCanvas);
 
     // these accessors should only be called in single document mode, otherwise
     // the pointers are NULL and an assert is triggered