diff --git a/lexer/theme-lexer.l b/lexer/theme-lexer.l index e6aeeb60..7cc58046 100644 --- a/lexer/theme-lexer.l +++ b/lexer/theme-lexer.l @@ -1,4 +1,4 @@ -%option noyywrap nounput batch debug +%option noyywrap nounput batch %{ #include diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y index f7d528af..53cf08af 100644 --- a/lexer/theme-parser.y +++ b/lexer/theme-parser.y @@ -1,6 +1,5 @@ %glr-parser %skeleton "glr.c" - %locations %debug %error-verbose diff --git a/source/rofi.c b/source/rofi.c index 59de85cf..e86c7a7f 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -900,7 +900,7 @@ int main ( int argc, char *argv[] ) if ( config.theme ) { rofi_theme_parse_file ( config.theme ); - rofi_theme_print ( rofi_theme ); +// rofi_theme_print ( rofi_theme ); } // Dump.