From ac1a1e381793af810592ac323176da8ce4ef10be Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 29 Oct 2005 03:13:48 +0000 Subject: [PATCH] remove hack --- stepmania/src/CryptManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/CryptManager.cpp b/stepmania/src/CryptManager.cpp index 9bebd88db5..d9a2694c37 100644 --- a/stepmania/src/CryptManager.cpp +++ b/stepmania/src/CryptManager.cpp @@ -7,8 +7,6 @@ #include "RageFileManager.h" #include "crypto/CryptMD5.h" -#include "arch/arch_platform.h" // hack: HAVE_ stuff should not be defined by arch - CryptManager* CRYPTMAN = NULL; // global and accessable from anywhere in our program static const CString PRIVATE_KEY_PATH = "Data/private.rsa";