diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/widgets/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c index f76adb56..641625e6 100644 --- a/demos/modules/gwin/widgets/main.c +++ b/demos/modules/gwin/widgets/main.c @@ -527,9 +527,6 @@ int main(void) { pstyle = &WhiteWidgetStyle; // Clear the screen to the new color - #if GDISP_NEED_CLIP - gdispUnsetClip(); - #endif gdispClear(pstyle->background); // Update the style on all controls |