diff options
author | Christoph Mallon | 2011-08-09 21:02:32 +0200 |
---|---|---|
committer | Alyssa Milburn | 2012-03-13 15:42:30 +0100 |
commit | e618e6794ddcd528d157000c01e4f75dc6de3e2f (patch) | |
tree | 52c309d0756b329e38b9778b8c03927357cf7af8 /backends/platform/psp | |
parent | d58c5133f45879e617ae3017e7720b657c5a2eb6 (diff) | |
download | scummvm-rg350-e618e6794ddcd528d157000c01e4f75dc6de3e2f.tar.gz scummvm-rg350-e618e6794ddcd528d157000c01e4f75dc6de3e2f.tar.bz2 scummvm-rg350-e618e6794ddcd528d157000c01e4f75dc6de3e2f.zip |
JANITORIAL: Remove unnecessary empty default constructors/destructors.
Diffstat (limited to 'backends/platform/psp')
-rw-r--r-- | backends/platform/psp/default_display_client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/psp/default_display_client.h b/backends/platform/psp/default_display_client.h index e1cd8e7e72..721a7e6fea 100644 --- a/backends/platform/psp/default_display_client.h +++ b/backends/platform/psp/default_display_client.h @@ -65,9 +65,6 @@ protected: */ class Overlay : public DefaultDisplayClient { public: - Overlay() {} - ~Overlay() {} - void init(); bool allocate(); void setBytesPerPixel(uint32 size); @@ -85,7 +82,6 @@ public: memset(&_pixelFormat, 0, sizeof(_pixelFormat)); memset(&_frameBuffer, 0, sizeof(_frameBuffer)); } - ~Screen() {} void init(); bool allocate(); |