X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeytree.h;h=66edc3c7faf0af58ba57827370debed953d6c74d;hb=HEAD;hp=0307378d06e378ed590a45a743fba15655665b39;hpb=405d9a3e431b01a221be65f41bccb6c80c43b0a4;p=chaz%2Fopenbox diff --git a/openbox/keytree.h b/openbox/keytree.h index 0307378d..66edc3c7 100644 --- a/openbox/keytree.h +++ b/openbox/keytree.h @@ -41,7 +41,5 @@ KeyBindingTree *tree_build(GList *keylist); void tree_assimilate(KeyBindingTree *node); KeyBindingTree *tree_find(KeyBindingTree *search, gboolean *conflict); gboolean tree_chroot(KeyBindingTree *tree, GList *keylist); -void tree_rebind(KeyBindingTree *node); - #endif