libxrdp: remove old monitor_list struct

This commit is contained in:
speidy 2013-10-30 21:34:51 +02:00
parent 0d2a4ce195
commit 5591c19b3f
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ struct xrdp_mcs
struct stream* client_mcs_data;
struct stream* server_mcs_data;
struct list* channel_list;
struct list* monitor_list;
};
/* sec */