summaryrefslogtreecommitdiffstats
path: root/source/OSSupport/MakeDir.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/OSSupport/MakeDir.h')
-rw-r--r--source/OSSupport/MakeDir.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/OSSupport/MakeDir.h b/source/OSSupport/MakeDir.h
deleted file mode 100644
index e66cf1071..000000000
--- a/source/OSSupport/MakeDir.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#pragma once
-
-
-
-
-
-class cMakeDir
-{
-public:
- static void MakeDir(const AString & a_Directory);
-};
-
-
-
-