Get rid of redundant return statement
This commit is contained in:
@@ -292,7 +292,6 @@ public:
|
|||||||
void GetSize(int *width, int *height) const
|
void GetSize(int *width, int *height) const
|
||||||
{
|
{
|
||||||
DoGetSize(width, height);
|
DoGetSize(width, height);
|
||||||
return ;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wxSize GetSize() const
|
wxSize GetSize() const
|
||||||
|
Reference in New Issue
Block a user