This commit is contained in:
Glenn Maynard
2006-08-31 23:06:22 +00:00
parent 70f3c3e6a1
commit 1a42ad7d4e
2 changed files with 3 additions and 13 deletions
-10
View File
@@ -1198,16 +1198,6 @@ class OptionRowHandlerNull: public OptionRowHandler
{
public:
OptionRowHandlerNull() { Init(); }
virtual void LoadInternal( const Commands &cmds )
{
}
virtual void ImportOption( const vector<PlayerNumber> &vpns, vector<bool> vbSelectedOut[NUM_PLAYERS] ) const
{
}
virtual int ExportOption( const vector<PlayerNumber> &vpns, const vector<bool> vbSelected[NUM_PLAYERS] ) const
{
return 0;
}
};