remove unused constant (enum)

This commit is contained in:
Eric House 2019-01-06 17:04:36 -08:00
parent 0953772673
commit 59f1e1696e

View file

@ -59,7 +59,6 @@ typedef enum {
ERR_NO_HINT_FOUND, /* not really an error... */
ERR_RELAY_BASE,
ERR_RELAY_END = ERR_RELAY_BASE + XWRELAY_ERROR_LASTERR
} UtilErrID;
#define PICKER_PICKALL -1