summaryrefslogtreecommitdiff
path: root/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'play.c')
-rw-r--r--play.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/play.c b/play.c
deleted file mode 100644
index 119aa00..0000000
--- a/play.c
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "config.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <X11/Xlib.h>
-
-#include "global.h"
-
-void play(const char *fn, Window win)
-{
-#if 0
- if (win == 0) {
- fprintf (stderr, "play mode require a window to be specified\n");
- exit(EXIT_FAILURE);
- }
-#endif
-
- fprintf (stderr, "playback mode still not supported\n");
- exit(EXIT_FAILURE);
-}