Skip to content

Commit 903e501

Browse files
author
dirk
committed
The copy constructor and assignment are now supported.
1 parent 13edaa7 commit 903e501

File tree

1 file changed

+0
-4
lines changed
  • Magick++/lib/Magick++

1 file changed

+0
-4
lines changed

Magick++/lib/Magick++/STL.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ namespace Magick
128128
void operator()( Image &image_ ) const;
129129

130130
private:
131-
// Copy constructor and assignment are not supported
132-
annotateImage(const annotateImage&);
133-
annotateImage& operator=(const annotateImage&);
134-
135131
const std::string _text;
136132
const Geometry _geometry;
137133
const GravityType _gravity;

0 commit comments

Comments
 (0)