summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 29c6aaf..a4c16b0 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -15,13 +15,6 @@ enum screen_type {
END, /* sentinel */
};
-enum file_type {
- GCODE,
- STL,
- OBJ,
- AMF
-};
-
enum printer_status {
UNKNOWN,
DISCONNECTED,
@@ -59,7 +52,6 @@ struct print_data {
char *name;
Eina_Bool name_changed;
char *flags;
- enum file_type type;
double material;
};