From 5591c19b3f158d637a3f767ef1c39b9cc4463304 Mon Sep 17 00:00:00 2001 From: speidy Date: Wed, 30 Oct 2013 21:34:51 +0200 Subject: [PATCH] libxrdp: remove old monitor_list struct --- libxrdp/libxrdp.h | 1 - 1 file changed, 1 deletion(-) 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 */