extra semicolons removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-08 17:10:10 +00:00
parent a7bdad336c
commit e933b5bc36
12 changed files with 25 additions and 25 deletions

View File

@@ -529,7 +529,7 @@ void wxGetMousePosition( int* x, int* y )
*x = xev.x_root;
*y = xev.y_root;
#endif
};
}
// Return true if we have a colour display
bool wxColourDisplay()