Disabled unused variables
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@492 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
typedef T value_type;
|
||||
|
||||
CmdOption(const T& _val) : val_(_val), valid_(true), enabled_(false) { }
|
||||
CmdOption() : valid_(false), enabled_(false) { }
|
||||
CmdOption() : val_(T()),valid_(false), enabled_(false) { }
|
||||
|
||||
// has been set and has a value
|
||||
bool is_valid(void) const { return valid_; }
|
||||
|
||||
Reference in New Issue
Block a user