]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
don't raise the window when reverting from Escape
[chaz/openbox] / src / python.cc
index 179e737264e9b0c2da1df04a95d8b029b5a1756f..84cfff291a7abb5ca8e310678ad47332cbb2bc77 100644 (file)
@@ -44,7 +44,6 @@ void python_init(char *argv0)
 
 void python_destroy()
 {
-  Py_DECREF(obdict);
   Py_Finalize();
 }
 
@@ -190,6 +189,7 @@ PyObject *kbind(PyObject *keylist, ob::KeyContext::KC context, PyObject *func)
   Py_INCREF(Py_None); return Py_None;
 }
 
+/*
 PyObject *kunbind(PyObject *keylist, PyObject *func)
 {
   if (!PyList_Check(keylist)) {
@@ -218,6 +218,7 @@ PyObject *kunbind(PyObject *keylist, PyObject *func)
   }
   Py_INCREF(Py_None); return Py_None;
 }
+*/
 
 void kunbind_all()
 {
This page took 0.020053 seconds and 4 git commands to generate.