summaryrefslogtreecommitdiffstats
path: root/include/textbox.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
committerDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
commit5cc695e1861d5c4389847636d9ba1a71d69e2874 (patch)
tree37276a5725be26a70920f60c57c70fdf92ba4b25 /include/textbox.h
parent023bb23bcfc2e0139d3ba042a2eb96f57622f592 (diff)
Add markup flag for dmenu.
Diffstat (limited to 'include/textbox.h')
-rw-r--r--include/textbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/textbox.h b/include/textbox.h
index 20252fe7..95105177 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -239,6 +239,4 @@ void textbox_delete ( textbox *tb, int pos, int dlen );
void textbox_moveresize ( textbox *tb, int x, int y, int w, int h );
int textbox_get_estimated_char_height ( void );
-
-void textbox_text_markup ( textbox *tb, const char *text );
#endif //ROFI_TEXTBOX_H