diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-13 00:22:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-13 00:22:34 +0200 |
commit | 04498e56aeef5a3e1b89b07745ebc226bd059707 (patch) | |
tree | f4b0927cd64dcd6c6f4a64e574d9078bfe3fc6b9 /src/filter.h | |
parent | Implement main loop and handling of inbound connections + remove server_message (though like this was an mds server and not a stand-alone server) (diff) | |
download | coopgammad-04498e56aeef5a3e1b89b07745ebc226bd059707.tar.gz coopgammad-04498e56aeef5a3e1b89b07745ebc226bd059707.tar.bz2 coopgammad-04498e56aeef5a3e1b89b07745ebc226bd059707.tar.xz |
Work on handling requests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/filter.h')
-rw-r--r-- | src/filter.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/filter.h b/src/filter.h index 8ffcc26..d8e4c4f 100644 --- a/src/filter.h +++ b/src/filter.h @@ -60,12 +60,6 @@ struct filter int client; /** - * Identifier for the CRTC to which this filter - * should be applied. May be removed once applied. - */ - char* crtc; - - /** * The priority of the filter */ int64_t priority; |