diff options
Diffstat (limited to 'halext/include/gdisp_lld.h')
-rw-r--r-- | halext/include/gdisp_lld.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/halext/include/gdisp_lld.h b/halext/include/gdisp_lld.h index bf083a4f..99865a9f 100644 --- a/halext/include/gdisp_lld.h +++ b/halext/include/gdisp_lld.h @@ -511,10 +511,6 @@ typedef color_t pixel_t; */
typedef const struct font *font_t;
/**
- * @brief Type of a structure representing a GDISP driver.
- */
-typedef struct GDISPDriver GDISPDriver;
-/**
* @brief Type for the screen orientation.
*/
typedef enum orientation {portrait, landscape, portraitInv, landscapeInv} gdisp_orientation_t;
|