summaryrefslogtreecommitdiffstats
path: root/hacks/vfeedback.c
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/vfeedback.c')
-rw-r--r--hacks/vfeedback.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/hacks/vfeedback.c b/hacks/vfeedback.c
index a2f32a0..107bfe5 100644
--- a/hacks/vfeedback.c
+++ b/hacks/vfeedback.c
@@ -23,10 +23,6 @@
* for that Amiga Genlock, Cabaret Voltaire look.
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif /* HAVE_CONFIG_H */
-
#include "screenhack.h"
#include "analogtv.h"
@@ -40,11 +36,6 @@
# include "images/gen/testcard_bbcf_png.h"
#endif
-#undef countof
-#define countof(x) (sizeof((x))/sizeof((*x)))
-
-#define RANDSIGN() ((random() & 1) ? 1 : -1)
-
struct state {
Display *dpy;
Window window;