]> git.sur5r.net Git - i3/i3/blobdiff - src/resize.c
Include AnyEvent-I3 directory in dist tarballs (#2916)
[i3/i3] / src / resize.c
index 31a783542704d7dad6176f37c2ba8a3006adb240..f07fcec6a169fb9e478d48d8161a9d3ac3bc2ea0 100644 (file)
@@ -1,5 +1,3 @@
-#undef I3__FILE__
-#define I3__FILE__ "resize.c"
 /*
  * vim:ts=4:sw=4:expandtab
  *
@@ -11,8 +9,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