]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/accel.h
wrap print headers at top level
[wxWidgets.git] / include / wx / palmos / accel.h
index 1fdc34b5a7dea345e5ec25ddfcce657d76ff2d94..e1970d25b79734bd7574baabffe057c18632d64e 100644 (file)
@@ -22,9 +22,6 @@ public:
     // default ctor
     wxAcceleratorTable();
 
     // default ctor
     wxAcceleratorTable();
 
-    // copy ctor
-    wxAcceleratorTable(const wxAcceleratorTable& accel) { Ref(accel); }
-
     // load from .rc resource (Windows specific)
     wxAcceleratorTable(const wxString& resource);
 
     // load from .rc resource (Windows specific)
     wxAcceleratorTable(const wxString& resource);
 
@@ -33,8 +30,6 @@ public:
 
     virtual ~wxAcceleratorTable();
 
 
     virtual ~wxAcceleratorTable();
 
-    wxAcceleratorTable& operator = (const wxAcceleratorTable& accel) { if ( *this != accel ) Ref(accel); return *this; }
-
 #if WXWIN_COMPATIBILITY_2_4
     bool operator==(const wxAcceleratorTable& accel) const
         { return m_refData == accel.m_refData; }
 #if WXWIN_COMPATIBILITY_2_4
     bool operator==(const wxAcceleratorTable& accel) const
         { return m_refData == accel.m_refData; }