]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxAcceleratorTable copy ctor docs, no port implements it
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Mar 2008 13:40:20 +0000 (13:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Mar 2008 13:40:20 +0000 (13:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/accel.h

index 15232f981e89705ad5198214ee245e508b99cd22..5a3cf3d4689a1a7762d777b9599ec6df6b71d955 100644 (file)
@@ -136,11 +136,6 @@ public:
     */
     wxAcceleratorTable();
 
-    /**
-        Copy ctor.
-    */
-    wxAcceleratorTable(const wxAcceleratorTable& bitmap);
-
     /**
         Initializes the accelerator table from an array of wxAcceleratorEntry.