# HG changeset patch # User Matti Hamalainen # Date 1363316490 -7200 # Node ID 54361aa65b1fbf2b1b37a2b3e8622d7f80348a42 # Parent 4dd2b0c81ad2c625f0edb810b273f89debac9c48 Remove some stuff we won't need. diff -r 4dd2b0c81ad2 -r 54361aa65b1f config.h --- a/config.h Fri Mar 15 05:01:13 2013 +0200 +++ b/config.h Fri Mar 15 05:01:30 2013 +0200 @@ -15,18 +15,6 @@ automatically. */ -#define VGARETRACE 0 -/* - 1 = Svgalib waits for the vertical retrace before dumping the - framebuffer. -*/ - -#define ASMLOOPS 0 -/* - 386 = use the i386-optimized asm loops (slightly buggy) - 0 = pure c source (recommended for non-pc machines :) -*/ - #define OUTFREQ 22050 /* Audio output frequency. @@ -75,6 +63,3 @@ /* maybe these shouldn't be here */ #define ROWTIX 6 #define MAXROWLGT TIKLGT*ROWTIX - -#define vga 0 -#define X11 1