Remove useless class constructor prototype
[clinton/bobotpp.git] / source / Mask.H
index 4f5f80f..2414f9d 100644 (file)
@@ -25,7 +25,6 @@ class Mask {
 
 public:
   Mask(String);
-  Mask(Mask &);
 
   String getMask() const;