diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/graphics.cpp | 3 | ||||
-rw-r--r-- | src/graphics.h | 6 |
2 files changed, 0 insertions, 9 deletions
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: |