summaryrefslogtreecommitdiff
path: root/plugins/supereq/Equ.cpp
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-04 22:23:46 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-01-04 22:23:46 +0100
commit5ac5ad837c92e106a7230b88a4a226795239bde6 (patch)
tree9f13e88ac88ac6f143071053f1360b9405ef8187 /plugins/supereq/Equ.cpp
parent27b464b6d307a63c92940dd7fe2fac4cb353ba34 (diff)
potential fix of bug #1025: removed c++/glibc hack from gme, supereq, adplug and sid plugins
Diffstat (limited to 'plugins/supereq/Equ.cpp')
-rw-r--r--plugins/supereq/Equ.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/supereq/Equ.cpp b/plugins/supereq/Equ.cpp
index 49413ab2..afa5522e 100644
--- a/plugins/supereq/Equ.cpp
+++ b/plugins/supereq/Equ.cpp
@@ -24,18 +24,6 @@
#include "paramlist.hpp"
#include "Equ.h"
-int _Unwind_Resume_or_Rethrow;
-int _Unwind_RaiseException;
-int _Unwind_GetLanguageSpecificData;
-int _Unwind_Resume;
-int _Unwind_DeleteException;
-int _Unwind_GetTextRelBase;
-int _Unwind_SetIP;
-int _Unwind_GetDataRelBase;
-int _Unwind_GetRegionStart;
-int _Unwind_SetGR;
-int _Unwind_GetIPInfo;
-
#ifdef USE_OOURA
extern "C" void rdft(int, int, REAL *, int *, REAL *);
void rfft(int n,int isign,REAL *x)