Get rid of redundant return statement

This commit is contained in:
Artur Wieczorek
2020-09-17 13:21:32 +02:00
parent 4b10b4f5e2
commit 864034bddc

View File

@@ -292,7 +292,6 @@ public:
void GetSize(int *width, int *height) const
{
DoGetSize(width, height);
return ;
}
wxSize GetSize() const