From e56254b45b69eb33852fe5381fcbef0b0806af5d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 10 Nov 2003 05:00:46 +0000 Subject: [PATCH] As I was the one that added this, I doubt that any other archs depend on it. Now that OS X does not, I'm removing it. --- stepmania/src/StepmaniaTemplates.cpp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 stepmania/src/StepmaniaTemplates.cpp diff --git a/stepmania/src/StepmaniaTemplates.cpp b/stepmania/src/StepmaniaTemplates.cpp deleted file mode 100644 index f3ba0c728a..0000000000 --- a/stepmania/src/StepmaniaTemplates.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include - -template class std::basic_string, std::allocator >;