summaryrefslogtreecommitdiff
path: root/x11-wm/fluxspace/files/patch-src__PythonInterface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fluxspace/files/patch-src__PythonInterface.cc')
-rw-r--r--x11-wm/fluxspace/files/patch-src__PythonInterface.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/fluxspace/files/patch-src__PythonInterface.cc b/x11-wm/fluxspace/files/patch-src__PythonInterface.cc
deleted file mode 100644
index fd4ebd023953..000000000000
--- a/x11-wm/fluxspace/files/patch-src__PythonInterface.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/PythonInterface.cc.orig Fri Nov 22 15:24:42 2002
-+++ src/PythonInterface.cc Sun May 27 01:16:12 2007
-@@ -256,7 +256,7 @@
- class PythonInterfaceModule
- {
- public:
-- PythonInterfaceModule::PythonInterfaceModule(const string& name_, PyObject* config_)
-+ PythonInterfaceModule(const string& name_, PyObject* config_)
- : name(name_),
- next(NULL),
- module(name_),
-@@ -266,7 +266,7 @@
- FSInitialize = new MyPyFunctionPtr(module.dict.GetItemString("fluxlet_main"));
- }
-
-- PythonInterfaceModule::~PythonInterfaceModule()
-+ ~PythonInterfaceModule()
- {
- delete FSInitialize;
- }