diff options
author | Nao Pross <np@0hm.ch> | 2024-02-12 20:38:00 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-02-12 21:58:51 +0100 |
commit | f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb (patch) | |
tree | 3158c00c739d5274680b62b91c833e7a1b78dac0 | |
parent | Operators for TF (diff) | |
download | fsisotool-f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb.tar.gz fsisotool-f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb.zip |
Remove empty files
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/graphics.cpp | 3 | ||||
-rw-r--r-- | src/graphics.h | 6 |
3 files changed, 0 insertions, 11 deletions
@@ -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: |