diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imagedec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/imagedec.h b/graphics/imagedec.h index e839d097b2..b03b8bc36b 100644 --- a/graphics/imagedec.h +++ b/graphics/imagedec.h @@ -36,7 +36,6 @@ struct Surface; class ImageDecoder { public: - ImageDecoder() {} virtual ~ImageDecoder() {} static Surface *loadFile(const Common::String &name, const PixelFormat &format); |