aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/config/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/config/profile.h')
-rw-r--r--NorthstarDLL/config/profile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/NorthstarDLL/config/profile.h b/NorthstarDLL/config/profile.h
deleted file mode 100644
index 9f3087fb..00000000
--- a/NorthstarDLL/config/profile.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-#include <string>
-
-static std::string NORTHSTAR_FOLDER_PREFIX;
-
-void InitialiseNorthstarPrefix();
-std::string GetNorthstarPrefix();