win: always track property changes

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2020-03-29 19:15:07 +01:00
parent 3ba7a2aa4d
commit ee35bd873a
7 changed files with 8 additions and 28 deletions

View File

@@ -228,8 +228,6 @@ typedef struct options {
bool detect_client_leader;
// === Calculated ===
/// Whether we need to track window name and class.
bool track_wdata;
/// Whether we need to track window leaders.
bool track_leader;