summaryrefslogtreecommitdiff
path: root/src/user/settings/str_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/settings/str_editor.h')
-rw-r--r--src/user/settings/str_editor.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/user/settings/str_editor.h b/src/user/settings/str_editor.h
deleted file mode 100644
index 02bd7d8..0000000
--- a/src/user/settings/str_editor.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef STR_EDITOR_H
-#define STR_EDITOR_H
-
-#include <raleigh/w/entry.h>
-
-#include "editor.h"
-#include "model.h"
-
-class str_editor : public editor {
-public:
- str_editor(struct setting *s, const char *sname);
- void set_data() override;
-
-private:
- entry e;
- char **s;
-};
-
-#endif \ No newline at end of file