diff options
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index d120ffc0..772b2a40 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -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(); |
