summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ColorsPanel.c')
-rw-r--r--ColorsPanel.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/ColorsPanel.c b/ColorsPanel.c
index b2d3500c..cfd975da 100644
--- a/ColorsPanel.c
+++ b/ColorsPanel.c
@@ -20,19 +20,6 @@ in the source distribution for its full text.
// * Add a define in CRT.h that matches the order of the array
// * Add the colors in CRT_setColors
-/*{
-#include "Panel.h"
-#include "Settings.h"
-#include "ScreenManager.h"
-
-typedef struct ColorsPanel_ {
- Panel super;
-
- Settings* settings;
- ScreenManager* scr;
-} ColorsPanel;
-
-}*/
static const char* const ColorsFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};