server: proxy: remove unused struct members

This commit is contained in:
Kobi Mizrachi 2020-06-10 10:15:43 +03:00 committed by akallabeth
parent 2eedede058
commit 181f2ba846

View File

@ -89,10 +89,6 @@ struct p_client_context
*/
BOOL allow_next_conn_failure;
/* session capture */
char* frames_dir;
UINT64 frames_count;
wHashTable* vc_ids; /* channel_name -> channel_id map */
};
typedef struct p_client_context pClientContext;