From 885b3d53b3a491c62fb0634b78cb9857723ac15d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 11 Feb 2013 09:25:26 +0100 Subject: removed GDISP_LLD() macro --- demos/modules/gtimer/gfxconf.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 demos/modules/gtimer/gfxconf.h (limited to 'demos/modules/gtimer/gfxconf.h') diff --git a/demos/modules/gtimer/gfxconf.h b/demos/modules/gtimer/gfxconf.h deleted file mode 100644 index e814bd18..00000000 --- a/demos/modules/gtimer/gfxconf.h +++ /dev/null @@ -1,19 +0,0 @@ -/** - * This file has a different license to the rest of the GFX system. - * You can copy, modify and distribute this file as you see fit. - * You do not need to publish your source modifications to this file. - * The only thing you are not permitted to do is to relicense it - * under a different license. - */ - -#ifndef _GFXCONF_H -#define _GFXCONF_H - -/* GFX sub-systems to turn on */ -#define GFX_USE_GDISP FALSE -#define GFX_USE_GWIN FALSE -#define GFX_USE_GEVENT FALSE -#define GFX_USE_GTIMER TRUE -#define GFX_USE_GINPUT FALSE - -#endif /* _GFXCONF_H */ -- cgit v1.2.3