--- sourceforge.net/trunk/rdesktop/rdp5.c 2003/06/23 06:37:50 428 +++ sourceforge.net/trunk/rdesktop/rdp5.c 2003/07/01 09:31:25 432 @@ -89,14 +89,3 @@ s->p = next; } } - -void -rdp5_process_channel(STREAM s, uint16 channelno) -{ - rdp5_channel *channel; - channel = find_channel_by_channelno(channelno); - if (NULL != channel) - { - channel->channelcallback(s, channelno); - } -}