From c1b519613cc102478b8de291ba724fd975a36576 Mon Sep 17 00:00:00 2001 From: Patrick McIlroy Date: Wed, 20 Feb 2008 07:01:53 +0000 Subject: [PATCH] git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@33 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- src/ITG2CryptInterface.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ITG2CryptInterface.cpp b/src/ITG2CryptInterface.cpp index 0fb4f75e..f2639ed1 100644 --- a/src/ITG2CryptInterface.cpp +++ b/src/ITG2CryptInterface.cpp @@ -1,6 +1,3 @@ -#ifndef ITG2_CRYPT_INTERFACE_H -#define ITG2_CRYPT_INTERFACE_H - #include "global.h" #include "RageException.h" #include "RageLog.h" @@ -149,6 +146,3 @@ int ITG2CryptInterface::crypt_tell(crypt_file *cf) { int ITG2CryptInterface::crypt_close(crypt_file *cf) { return close(cf->fd); } - - -#endif // ITG2_CRYPT_INTERFACE_H -- 2.11.0