diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-15 13:27:12 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-15 13:27:12 -0700 |
commit | 0df9dd8b36cb781f2afa5b288f2f519fab61f80c (patch) | |
tree | 309040fd3559dee7bc735a40d6ffb370a30e7949 /src/gui/setup_video.h | |
parent | a92316bd6ea5c30ad5243001f27171086c791341 (diff) | |
download | mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.gz mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.bz2 mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.tar.xz mana-client-0df9dd8b36cb781f2afa5b288f2f519fab61f80c.zip |
Deleted some unneeded delete statements.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 9e4689bc..525e8941 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -33,7 +33,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, { public: Setup_Video(); - ~Setup_Video(); void apply(); void cancel(); |