]> Dogcows Code - chaz/openbox/commitdiff
remove an extraneous g_warning
authorDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 13:27:39 +0000 (13:27 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 13:27:39 +0000 (13:27 +0000)
plugins/keyboard/keyboard.c

index 2b3f3e5a804515bfab901308023849dea12817f7..07a9bd513259ebfb0899c653b500913d468546f8 100644 (file)
@@ -49,10 +49,8 @@ gboolean kbind(GList *keylist, Action *action)
     g_assert(keylist != NULL);
     g_assert(action != NULL);
 
-    if (!(tree = tree_build(keylist))) {
-        g_warning("invalid binding");
+    if (!(tree = tree_build(keylist)))
         return FALSE;
-    }
     if ((t = tree_find(tree, &conflict)) != NULL) {
        /* already bound to something */
        g_warning("keychain is already bound");
This page took 0.031579 seconds and 4 git commands to generate.