remove empty dtor
private
This commit is contained in:
@@ -73,10 +73,6 @@ void ScreenOptionsMaster::Init()
|
|||||||
InitMenu( OptionRowDefs, OptionRowHandlers );
|
InitMenu( OptionRowDefs, OptionRowHandlers );
|
||||||
}
|
}
|
||||||
|
|
||||||
ScreenOptionsMaster::~ScreenOptionsMaster()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScreenOptionsMaster::ImportOptions( int r, const vector<PlayerNumber> &vpns )
|
void ScreenOptionsMaster::ImportOptions( int r, const vector<PlayerNumber> &vpns )
|
||||||
{
|
{
|
||||||
FOREACH_CONST( PlayerNumber, vpns, pn )
|
FOREACH_CONST( PlayerNumber, vpns, pn )
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ class ScreenOptionsMaster : public ScreenOptions
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void Init();
|
virtual void Init();
|
||||||
virtual ~ScreenOptionsMaster();
|
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
int m_iChangeMask;
|
int m_iChangeMask;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user