Remove IPC_GET_PIXELS

This commit is contained in:
Drew DeVault 2017-11-22 21:47:22 -05:00
parent b379b40071
commit 289ba64bde

View file

@ -23,7 +23,6 @@ enum ipc_command_type {
IPC_EVENT_BINDING = ((1<<31) | 5),
IPC_EVENT_MODIFIER = ((1<<31) | 6),
IPC_EVENT_INPUT = ((1<<31) | 7),
IPC_SWAY_GET_PIXELS = 0x81
};
#endif