summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ColumnsPanel.c')
-rw-r--r--ColumnsPanel.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ColumnsPanel.c b/ColumnsPanel.c
index de89fa24..587175c8 100644
--- a/ColumnsPanel.c
+++ b/ColumnsPanel.c
@@ -16,18 +16,6 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <ctype.h>
-/*{
-#include "Panel.h"
-#include "Settings.h"
-
-typedef struct ColumnsPanel_ {
- Panel super;
-
- Settings* settings;
- bool moving;
-} ColumnsPanel;
-
-}*/
static const char* const ColumnsFunctions[] = {" ", " ", " ", " ", " ", " ", "MoveUp", "MoveDn", "Remove", "Done ", NULL};