From f200e29ab2a45457c33bd66dfa5a2ae60d97e6bb Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 12 Feb 2024 20:38:00 +0100 Subject: Remove empty files --- Makefile | 2 -- src/graphics.cpp | 3 --- src/graphics.h | 6 ------ 3 files changed, 11 deletions(-) delete mode 100644 src/graphics.cpp delete mode 100644 src/graphics.h 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: -- cgit v1.2.1