diff options
Diffstat (limited to 'plugins/Db3x/commonheaders.h')
-rw-r--r-- | plugins/Db3x/commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x/commonheaders.h b/plugins/Db3x/commonheaders.h index 0391366b60..84fc492046 100644 --- a/plugins/Db3x/commonheaders.h +++ b/plugins/Db3x/commonheaders.h @@ -62,8 +62,6 @@ extern char szDbPath[MAX_PATH]; #define mir_i64(x) (x##i64)
#endif
-#define NEWSTR_ALLOCA(A) (A==NULL)?NULL:strcpy((char*)alloca(strlen(A)+1),A)
-
#ifndef MODULAR
void Encrypt(char*msg,BOOL up);
#endif
|