summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-plugins/lightspark/files/lightspark-0.4.1-debug-defines.patch')
-rw-r--r--www-plugins/lightspark/files/lightspark-0.4.1-debug-defines.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/www-plugins/lightspark/files/lightspark-0.4.1-debug-defines.patch b/www-plugins/lightspark/files/lightspark-0.4.1-debug-defines.patch
deleted file mode 100644
index f272dad..0000000
--- a/www-plugins/lightspark/files/lightspark-0.4.1-debug-defines.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/swftypes.h b/swftypes.h
-index 31e1a70..0c166cb 100644
---- a/swftypes.h
-+++ b/swftypes.h
-@@ -498,9 +498,9 @@ private:
- public:
- #ifndef NDEBUG
- //Stuff only used in debugging
-- bool initialized;
- int getRefCount(){ return ref_count; }
- #endif
-+ bool initialized;
- bool implEnable;
- void setPrototype(Class_base* c);
- Class_base* getPrototype() const { return prototype; }