Removed obsolete symbols from comments.

This commit is contained in:
Catalin
2016-02-21 10:54:57 +02:00
parent edc8cd1f74
commit 33ad41a745
5 changed files with 3 additions and 6 deletions

View File

@@ -296,8 +296,7 @@ static void EnsureParentHasControlParentStyle(wxWindow *parent)
// GetCursorPos can return an error, so use this function
// instead.
// Error originally observed with WinCE, but later using Remote Desktop
// to connect to XP.
// Error observed when using Remote Desktop to connect to XP.
void wxGetCursorPosMSW(POINT* pt)
{
if (!GetCursorPos(pt))