X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fi3%2Fipc.h;h=bfadf4cf87d086571c96584c54b3c34e49cd6362;hb=d57d51da6d040e8572159332224615f232c4645a;hp=e8de2e1eb1c5690edff19a94e8d05f62ebcb21bd;hpb=ef224cdb988f9d8ba4d98f66f1a38e5fe80ba3cd;p=i3%2Fi3 diff --git a/include/i3/ipc.h b/include/i3/ipc.h index e8de2e1e..bfadf4cf 100644 --- a/include/i3/ipc.h +++ b/include/i3/ipc.h @@ -40,9 +40,6 @@ /** Request the configuration for a specific 'bar' */ #define I3_IPC_MESSAGE_TYPE_GET_BAR_CONFIG 6 -/** Request the SHM debug log start/wrap markers */ -#define I3_IPC_MESSAGE_TYPE_GET_LOG_MARKERS 7 - /* * Messages from i3 to clients * @@ -69,9 +66,6 @@ /** Bar config reply type */ #define I3_IPC_REPLY_TYPE_BAR_CONFIG 6 -/** Request the SHM debug log start/wrap markers */ -#define I3_IPC_REPLY_TYPE_LOG_MARKERS 7 - /* * Events from i3 to clients. Events have the first bit set high. *