changeset 4:54361aa65b1f

Remove some stuff we won't need.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 05:01:30 +0200
parents 4dd2b0c81ad2
children d9914dd6ba6b
files config.h
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- 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