]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
handlers.c: fix warnings
[i3/i3] / src / handlers.c
index 0b64d14160b710d6fb03a17c608c2fa6af1ed509..2e3ad7aa0f80488cdf56e51ff49d4ac056eb5391 100644 (file)
@@ -574,6 +574,7 @@ static int handle_windowname_change_legacy(void *data, xcb_connection_t *conn, u
     return 1;
 }
 
+#if 0
 /*
  * Updates the client’s WM_CLASS property
  *
@@ -588,6 +589,7 @@ static int handle_windowclass_change(void *data, xcb_connection_t *conn, uint8_t
 
     return 0;
 }
+#endif
 
 /*
  * Expose event means we should redraw our windows (= title bar)