From 5ac5ad837c92e106a7230b88a4a226795239bde6 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 4 Jan 2014 22:23:46 +0100 Subject: potential fix of bug #1025: removed c++/glibc hack from gme, supereq, adplug and sid plugins --- plugins/gme/cgme.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/gme') diff --git a/plugins/gme/cgme.c b/plugins/gme/cgme.c index e04d1bf7..a6452034 100644 --- a/plugins/gme/cgme.c +++ b/plugins/gme/cgme.c @@ -23,18 +23,6 @@ #include #include "../../deadbeef.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; - //#define trace(...) { fprintf(stderr, __VA_ARGS__); } #define trace(fmt,...) -- cgit v1.2.3