From: Václav Slavík Date: Thu, 20 Mar 2008 13:40:20 +0000 (+0000) Subject: removed wxAcceleratorTable copy ctor docs, no port implements it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7df4c51f6021fbf1b204db918a1cc5c4ddff31cc?ds=sidebyside removed wxAcceleratorTable copy ctor docs, no port implements it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/accel.h b/interface/accel.h index 15232f981e..5a3cf3d468 100644 --- a/interface/accel.h +++ b/interface/accel.h @@ -136,11 +136,6 @@ public: */ wxAcceleratorTable(); - /** - Copy ctor. - */ - wxAcceleratorTable(const wxAcceleratorTable& bitmap); - /** Initializes the accelerator table from an array of wxAcceleratorEntry.