]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/icon.h
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / include / wx / motif / icon.h
index dcec9a60047008a48636a29a96da80c0a6d05ca7..89f048ab159f0c4814b4713b526cbd26034dda73 100644 (file)
@@ -43,7 +43,6 @@ public:
 
   // Copy constructors
   inline wxIcon(const wxIcon& icon) { Ref(icon); }
-  inline wxIcon(const wxIcon* icon) { if (icon) Ref(*icon); }
 
   // Initialize with XBM data
   wxIcon(const char bits[], int width, int height);