mirror of
https://github.com/polybar/polybar.git
synced 2026-04-28 10:23:31 +00:00
ipc: Remove unused global setting
None of the payload fields seem to be used. They were the only place where EVENT_SIZE was used and why it had to be a macro (no variable length arrays).
This commit is contained in:
committed by
Patrick Ziegler
parent
3ea7600412
commit
51184c7ead
@ -5,8 +5,6 @@
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
struct ipc_hook; // fwd
|
||||
|
||||
namespace modules {
|
||||
/**
|
||||
* Module that allow users to configure hooks on
|
||||
|
||||
Reference in New Issue
Block a user