remove redundant void
This commit is contained in:
@@ -52,7 +52,7 @@ VRMLObject::~VRMLObject()
|
||||
{
|
||||
}
|
||||
|
||||
short VRMLObject::mustExecute(void) const
|
||||
short VRMLObject::mustExecute() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user