all repos — openbox @ a26cd30bf068c2cf7edbfdb5a20548d04bfb3179

openbox fork - make it a bit more like ryudo

remove debug print
Dana Jansens danakj@orodu.net
commit

a26cd30bf068c2cf7edbfdb5a20548d04bfb3179

parent

e5be9ad6ccc45b03ee52939f0c9e04a74009986b

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M openbox/cparse.lopenbox/cparse.l

@@ -56,7 +56,6 @@ }

static void identifier() { - g_print("identifier: %s\n", yytext); entry.name = g_strdup(yytext); entry.type = -1; }