summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-11 21:58:55 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-11 21:58:55 +0100
commit6cca2b1ecd7916f47c189f07af4f0c448b122c23 (patch)
tree58936120221956b5c5a7dfb017b6329ff9758def
parent8f8d296029184a53b6f14d50d061a0b943ce2d1a (diff)
Remove debug output
-rw-r--r--lexer/theme-lexer.l2
-rw-r--r--lexer/theme-parser.y1
-rw-r--r--source/rofi.c2
3 files changed, 2 insertions, 3 deletions
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 <stdio.h>
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.