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))

View File

@@ -550,7 +550,6 @@ wxDialUpManagerImpl::NetConnection wxDialUpManagerImpl::CheckConnectAndPing()
wxDialUpManagerImpl::NetConnection wxDialUpManagerImpl::CheckConnect()
{
// second method: try to connect to a well known host:
// This can be used under Win 9x, too!
struct hostent *hp;
struct sockaddr_in serv_addr;

View File

@@ -382,7 +382,6 @@ wxDialUpManagerImpl::CheckStatusInternal(void)
}
// second method: try to connect to well known host:
// This can be used under Win 9x, too!
struct hostent *hp;
struct sockaddr_in serv_addr;
int sockfd;

View File

@@ -58,7 +58,7 @@ void GraphicsContextDrawingTestCase::DoFontDrawings (wxGraphicsContext *gc)
gc->DrawText( wxT("That is text"), 20, 10, wxDegToRad(-45), gbTextBackground );
// use wxSWISS_FONT and not wxNORMAL_FONT as the latter can't be rotated
// under Win9x (it is not TrueType)
// (it is not TrueType)
gc->SetFont( wxFont(wxFontInfo(12).Family(wxFONTFAMILY_SWISS)), *wxBLACK );
wxString text;

View File

@@ -46,7 +46,7 @@
// resources
// ----------------------------------------------------------------------------
// the application icon (under Windows and OS/2 it is in resources)
// the application icon (under Windows it is in resources)
#ifndef wxHAS_IMAGES_IN_RESOURCES
#include "emulator.xpm"
#endif