summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-01 02:57:04 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-01 02:57:04 +0100
commit5c547393b8c0e8049f4dee635ea1a5baef6df847 (patch)
treee3047bf82b95a86a72412ed38fd09d1e60a4dbd4 /include
parent0a8bdb6a98bcdc4c8c49843f160979044813550d (diff)
Repaint (if) needed before flipping xcb_copy_area
Diffstat (limited to 'include')
-rw-r--r--include/view.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/view.h b/include/view.h
index 12d06c2f..c6322af0 100644
--- a/include/view.h
+++ b/include/view.h
@@ -111,12 +111,6 @@ unsigned int rofi_view_get_selected_line ( const RofiViewState *state );
*/
void rofi_view_restart ( RofiViewState *state );
-/**
- * @param state The handle to the view
- *
- * Update the state of the view. This involves filter state.
- */
-void rofi_view_update ( RofiViewState *state );
/**
* @param state The handle to the view