summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-02-12 20:38:00 +0100
committerNao Pross <np@0hm.ch>2024-02-12 21:58:51 +0100
commitf200e29ab2a45457c33bd66dfa5a2ae60d97e6bb (patch)
tree3158c00c739d5274680b62b91c833e7a1b78dac0
parentOperators for TF (diff)
downloadfsisotool-f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb.tar.gz
fsisotool-f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb.zip
Remove empty files
-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: