summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/rofi.c b/source/rofi.c
index fad1d027..66b10f32 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -270,9 +270,6 @@ int show_error_message ( const char *msg, int markup )
return EXIT_FAILURE;
}
rofi_view_error_dialog ( msg, markup );
- //teardown ( pfd );
- // TODO this looks incorrect.
- // g_main_loop_quit ( main_loop );
return EXIT_SUCCESS;
}