diff options
Diffstat (limited to 'src/FbTk/ImageImlib2.hh')
-rw-r--r-- | src/FbTk/ImageImlib2.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/ImageImlib2.hh b/src/FbTk/ImageImlib2.hh index 21bb854..b5da5a1 100644 --- a/src/FbTk/ImageImlib2.hh +++ b/src/FbTk/ImageImlib2.hh | |||
@@ -28,7 +28,6 @@ namespace FbTk { | |||
28 | class ImageImlib2: public ImageBase { | 28 | class ImageImlib2: public ImageBase { |
29 | public: | 29 | public: |
30 | ImageImlib2(); | 30 | ImageImlib2(); |
31 | ~ImageImlib2(); | ||
32 | PixmapWithMask *load(const std::string &filename, int screen_num) const; | 31 | PixmapWithMask *load(const std::string &filename, int screen_num) const; |
33 | }; | 32 | }; |
34 | 33 | ||