1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-05-03 02:15:03 +01:00

Kill CLICAP_FLAGS_REQACK

This commit is contained in:
Ed Kellett 2020-10-19 12:27:55 +01:00 committed by Doug Freed
parent e8a8d7a440
commit 9f9e21dfbe
2 changed files with 0 additions and 7 deletions
include

View file

@ -51,7 +51,6 @@ extern struct CapabilityIndex *cli_capindex;
/* register client capabilities with this structure for 3.2 enhanced capability negotiation */
#define CLICAP_FLAGS_STICKY 0x001
#define CLICAP_FLAGS_REQACK 0x002
struct ClientCapability {
bool (*visible)(struct Client *); /* whether or not to display the capability. set to NULL or true return value = displayed */