]> git.sur5r.net Git - i3/i3/blobdiff - src/resize.c
Fix spelling mistakes
[i3/i3] / src / resize.c
index 31a783542704d7dad6176f37c2ba8a3006adb240..5d9eb2eba52b608788c7c048b1f0870e3a2b71ee 100644 (file)
@@ -11,8 +11,6 @@
  */
 #include "all.h"
 
-extern xcb_connection_t *conn;
-
 /*
  * This is an ugly data structure which we need because there is no standard
  * way of having nested functions (only available as a gcc extension at the