]> git.sur5r.net Git - i3/i3/blobdiff - src/xinerama.c
Allow assign to workspace by number
[i3/i3] / src / xinerama.c
index fb3b8603b768561e9a0fcdae6d8736c24c6868a1..25bfa6b194970257fffeaa90cc4365605dbc3acb 100644 (file)
@@ -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
 }