summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /test/textbox-test.c
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 59a592ae..a4009053 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -12,7 +12,6 @@
#include <textbox.h>
#include <rofi.h>
-
static int test = 0;
unsigned int normal_window_mode = 0;
@@ -158,7 +157,6 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
TASSERT ( strcmp ( box->text, "aapmies" ) == 0 );
TASSERT ( box->cursor == 5 );
-
textbox_font ( box, HIGHLIGHT );
textbox_draw ( box );