Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.

Removed a old comment for the photon specific PhRemoteClient.cpp.
This commit is contained in:
amardare%qnx.com 2004-06-02 14:19:05 +00:00
Родитель c2cba9bf54
Коммит a91b8067d6
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -97,9 +97,6 @@ XRemoteClient::SendCommand (const char *aProgram, const char *aUsername,
char *RemoteServerName;
/* ATENTIE: register connections based on ProfileName and find the appropiate connection
based on the aProfile argument */
if( !strncmp( aCommand, "mping", 5 ) ) {
RemoteServerName = MailRemoteServerName;
aCommand++;