summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-07 12:43:07 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-07 12:43:07 +0100
commit7c8605764bc95c65e5a0617b1e0cb57594083c8d (patch)
treeeb57970647debbedb15d61c0b0834fdf06749b9b /source
parent69b3a360fc2beea951e9c7623970e4c79efb2f79 (diff)
Remove unneeded redraws
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 72f5592d..73715819 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -629,9 +629,7 @@ static void error_trap_pop ( G_GNUC_UNUSED SnDisplay *display, Display *xdispl
static gboolean delayed_start ( G_GNUC_UNUSED gpointer data )
{
// Force some X Events to be handled.. seems the only way to get a reliable startup.
- rofi_view_queue_redraw ();
main_loop_x11_event_handler ( NULL );
- // rofi_view_queue_redraw();
return FALSE;
}
int main ( int argc, char *argv[] )