]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
initialize _modal, its used before the window's type is checked
[chaz/openbox] / src / bindings.hh
index d120ffc0110f4797e86ff1bb0a429f65643c2ea0..772b2a40840f57e009609f02b236019a8235c05c 100644 (file)
@@ -103,12 +103,12 @@ public:
   */
   bool addKey(const StringVect &keylist, PyObject *callback);
 
-  //! Removes a key binding
-  /*!
-    @return The callbackid of the binding, or '< 0' if there was no binding to
-            be removed.
-  */
-  bool removeKey(const StringVect &keylist, PyObject *callback);
+  ////! Removes a key binding
+  ///*!
+  //  @return The callbackid of the binding, or '< 0' if there was no binding to
+  //          be removed.
+  //*/
+  //bool removeKey(const StringVect &keylist, PyObject *callback);
 
   //! Removes all key bindings
   void removeAllKeys();
This page took 0.025898 seconds and 4 git commands to generate.