Skip to content

Commit f89b44f

Browse files
committed
Remove bad destructor definition
Fixed #33
1 parent 1cc777a commit f89b44f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

artiste.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Artiste { // The one who lives in your terminal.
1818
public:
1919
Artiste(std::ostream& output, std::istream& input,
2020
RenderAlgorithm algorithm, bool duopixel, bool use_sixel);
21-
~Artiste();
2221
// The Artiste refuses such mimicry. (As expected of a hippy.)
2322
Artiste(const Artiste& a) = delete;
2423
void operator=(const Artiste& a) = delete;

0 commit comments

Comments
 (0)