cleanup of source files
This commit is contained in:
parent
795947a251
commit
dfb9f92eb1
7 changed files with 0 additions and 34 deletions
|
@ -29,9 +29,6 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gdisp.h"
|
#include "gdisp.h"
|
||||||
|
|
||||||
#ifndef _GDISP_C
|
|
||||||
#define _GDISP_C
|
|
||||||
|
|
||||||
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
#if GFX_USE_GDISP || defined(__DOXYGEN__)
|
||||||
|
|
||||||
#ifdef GDISP_NEED_TEXT
|
#ifdef GDISP_NEED_TEXT
|
||||||
|
@ -1268,7 +1265,5 @@ void gdispDrawBox(coord_t x, coord_t y, coord_t cx, coord_t cy, color_t color) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* GFX_USE_GDISP */
|
#endif /* GFX_USE_GDISP */
|
||||||
|
|
||||||
#endif /* _GDISP_C */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
#include "gdisp_fonts.h"
|
#include "gdisp_fonts.h"
|
||||||
|
|
||||||
|
|
||||||
/* fontSmall - for side buttons */
|
/* fontSmall - for side buttons */
|
||||||
#if 1
|
#if 1
|
||||||
/* Forward Declarations of internal arrays */
|
/* Forward Declarations of internal arrays */
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gevent.h"
|
#include "gevent.h"
|
||||||
|
|
||||||
#ifndef _GEVENT_C
|
|
||||||
#define _GEVENT_C
|
|
||||||
|
|
||||||
#if GFX_USE_GEVENT || defined(__DOXYGEN__)
|
#if GFX_USE_GEVENT || defined(__DOXYGEN__)
|
||||||
|
|
||||||
#if GEVENT_ASSERT_NO_RESOURCE
|
#if GEVENT_ASSERT_NO_RESOURCE
|
||||||
|
@ -247,6 +244,4 @@ void geventDetachSourceListeners(GSourceHandle gsh) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* GFX_USE_GEVENT */
|
#endif /* GFX_USE_GEVENT */
|
||||||
|
|
||||||
#endif /* _GEVENT_C */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
|
@ -29,14 +29,9 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "ginput.h"
|
#include "ginput.h"
|
||||||
|
|
||||||
#ifndef _GINPUT_C
|
|
||||||
#define _GINPUT_C
|
|
||||||
|
|
||||||
#if GFX_USE_GINPUT || defined(__DOXYGEN__)
|
#if GFX_USE_GINPUT || defined(__DOXYGEN__)
|
||||||
|
|
||||||
#error "GINPUT: Not Implemented Yet"
|
#error "GINPUT: Not Implemented Yet"
|
||||||
|
|
||||||
#endif /* GFX_USE_GINPUT */
|
#endif /* GFX_USE_GINPUT */
|
||||||
|
|
||||||
#endif /* _GINPUT_C */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gtimer.h"
|
#include "gtimer.h"
|
||||||
|
|
||||||
#ifndef _GTIMER_C
|
|
||||||
#define _GTIMER_C
|
|
||||||
|
|
||||||
#if GFX_USE_GTIMER || defined(__DOXYGEN__)
|
#if GFX_USE_GTIMER || defined(__DOXYGEN__)
|
||||||
|
|
||||||
#define GTIMER_FLG_PERIODIC 0x0001
|
#define GTIMER_FLG_PERIODIC 0x0001
|
||||||
|
@ -298,6 +295,4 @@ void gtimerJabI(GTimer *pt) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* GFX_USE_GTIMER */
|
#endif /* GFX_USE_GTIMER */
|
||||||
|
|
||||||
#endif /* _GTIMER_C */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gwin.h"
|
#include "gwin.h"
|
||||||
|
|
||||||
#ifndef _GWIN_C
|
|
||||||
#define _GWIN_C
|
|
||||||
|
|
||||||
#if GFX_USE_GWIN || defined(__DOXYGEN__)
|
#if GFX_USE_GWIN || defined(__DOXYGEN__)
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -894,7 +891,5 @@ void gwinButtonDraw(GHandle gh) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* GFX_USE_GWIN */
|
#endif /* GFX_USE_GWIN */
|
||||||
|
|
||||||
#endif /* _GWIN_C */
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -32,14 +32,6 @@
|
||||||
|
|
||||||
#if GFX_USE_TOUCHSCREEN || defined(__DOXYGEN__)
|
#if GFX_USE_TOUCHSCREEN || defined(__DOXYGEN__)
|
||||||
|
|
||||||
/*===========================================================================*/
|
|
||||||
/* Driver local definitions. */
|
|
||||||
/*===========================================================================*/
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
|
||||||
/* Driver exported variables. */
|
|
||||||
/*===========================================================================*/
|
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables. */
|
/* Driver local variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue