summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/screen.c b/screen.c
index e538cd8..6c7be33 100644
--- a/screen.c
+++ b/screen.c
@@ -23,12 +23,6 @@
 
 extern struct screen_ctx	*Curscreen;
 
-void
-screen_init(void)
-{
-	TAILQ_INIT(&Screenq);
-}
-
 struct screen_ctx *
 screen_fromroot(Window rootwin)
 {