X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fxinerama.c;h=25bfa6b194970257fffeaa90cc4365605dbc3acb;hb=eaf7a49e28b7ff8e1820a1b23350647574a0ed5a;hp=fb3b8603b768561e9a0fcdae6d8736c24c6868a1;hpb=c82e6a87dc2d0f4da45e6e8023903f6d46c097f8;p=i3%2Fi3 diff --git a/src/xinerama.c b/src/xinerama.c index fb3b8603..25bfa6b1 100644 --- a/src/xinerama.c +++ b/src/xinerama.c @@ -1,5 +1,3 @@ -#undef I3__FILE__ -#define I3__FILE__ "xinerama.c" /* * vim:ts=4:sw=4:expandtab * @@ -121,14 +119,4 @@ void xinerama_init(void) { FREE(reply); } - -#if 0 - Output *output; - Workspace *ws; - /* Just go through each active output and associate one workspace */ - TAILQ_FOREACH(output, &outputs, outputs) { - ws = get_first_workspace_for_output(output); - initialize_output(conn, output, ws); - } -#endif }