remove empty dtor

private
This commit is contained in:
Glenn Maynard
2006-01-16 23:00:03 +00:00
parent 3c63e09ca3
commit 002ccb6bcb
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -9,9 +9,8 @@ class ScreenOptionsMaster : public ScreenOptions
{
public:
virtual void Init();
virtual ~ScreenOptionsMaster();
protected:
private:
int m_iChangeMask;
protected: