X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bigscreen%2Fresolution.h;h=6898112b239cdbc642fe2c4e5bbc0c7196effb33;hb=HEAD;hp=f56ddf437b237b4f2b78039268c30bd4cba4084a;hpb=250bedbb9992af9f72996b0f790e8c585c3fe4e0;p=ccbs diff --git a/bigscreen/resolution.h b/bigscreen/resolution.h index f56ddf4..6898112 100644 --- a/bigscreen/resolution.h +++ b/bigscreen/resolution.h @@ -1,19 +1,6 @@ #ifndef _RESOLUTION_H #define _RESOLUTION_H 1 -#define SCREEN_WIDTH 1024 -#define SCREEN_HEIGHT 768 -#define SCREEN_LCD 1 - -#define USE_FULLSCREEN 1 #define USE_SPLITSCREEN 1 -/* - * This is used in the screens, mostly for historical reasons (they were - * first hard-coded to 800x600, and changing them to be resolution-independent - * is not a project for today). - */ -#define LOGICAL_SCREEN_WIDTH 800 -#define LOGICAL_SCREEN_HEIGHT 600 - #endif /* !defined(_RESOLUTION_H) */