mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
glib: remove unused watcher to align with master
This commit is contained in:
parent
d13f0444f3
commit
4114b610aa
1 changed files with 0 additions and 3 deletions
|
@ -228,9 +228,6 @@ struct lws_signal_watcher {
|
|||
#endif
|
||||
#ifdef LWS_WITH_LIBEVENT
|
||||
struct lws_signal_watcher_libevent event;
|
||||
#endif
|
||||
#ifdef LWS_WITH_GLIB
|
||||
struct lws_signal_watcher_glib glib;
|
||||
#endif
|
||||
struct lws_context *context;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue