diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-03 08:20:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-03 08:20:30 +0000 |
| commit | 4147215afa51dd79cbc474a79478deff4ca9ad71 (patch) | |
| tree | 2c190cbbace85391207dab980e3c014dc926414f /src/bindings.hh | |
| parent | 0571837e50a15b61be008b55973f0ada069d4f77 (diff) | |
rm a XXX.. comment it out :)
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(); |
