X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbindings.hh;h=772b2a40840f57e009609f02b236019a8235c05c;hb=1da8531a7b4eea22592b6d0760352d2a34e9b6b0;hp=d120ffc0110f4797e86ff1bb0a429f65643c2ea0;hpb=f7a0eb7624fa323a37f9fb0e306d7e1bbc745e15;p=chaz%2Fopenbox 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();