summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/graphics.cpp3
-rw-r--r--src/graphics.h6
3 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index c73dc28..1567380 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,6 @@ LIBS :=
SOURCES_CPP := src/main.cpp \
src/control.h \
src/control.cpp \
- src/graphics.h \
- src/graphics.cpp \
$(wildcard src/implot/*.cpp) \
$(wildcard src/implot/*.h) \
$(wildcard src/imgui/*.cpp) \
diff --git a/src/graphics.cpp b/src/graphics.cpp
deleted file mode 100644
index 3aae629..0000000
--- a/src/graphics.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-#include "graphics.h"
-
-
diff --git a/src/graphics.h b/src/graphics.h
deleted file mode 100644
index a473807..0000000
--- a/src/graphics.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FSISOTOOL_GRAPHICS_H
-#define FSISOTOOL_GRAPHICS_H
-
-
-#endif // FSISOTOOL_GRAPHICS_H
-// vim:ts=2 sw=2 noet: