diff options
author | speidy <speidy@gmail.com> | 2013-10-30 21:34:51 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-10-30 21:34:51 +0200 |
commit | 5591c19b3f158d637a3f767ef1c39b9cc4463304 (patch) | |
tree | 5a6bc4d5396bee6a42d9a2583900357fef11ebdf /libxrdp/libxrdp.h | |
parent | 0d2a4ce195974fdddf9f757219eedf5927eb2892 (diff) | |
download | xrdp-proprietary-5591c19b3f158d637a3f767ef1c39b9cc4463304.tar.gz xrdp-proprietary-5591c19b3f158d637a3f767ef1c39b9cc4463304.zip |
libxrdp: remove old monitor_list struct
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r-- | libxrdp/libxrdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 2790e991..5bf627b5 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -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 */ |