summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 4dc638c39..528f0c6d0 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -466,12 +466,6 @@ struct gui_browser_table {
/* Mandantory entries */
/**
- * called to let the frontend update its state and run any
- * I/O operations.
- */
- void (*poll)(bool active);
-
- /**
* Schedule a callback.
*
* \param t interval before the callback should be made in ms or
@@ -491,7 +485,9 @@ struct gui_browser_table {
/* Optional entries */
- /** called to allow the gui to cleanup */
+ /**
+ * called to allow the gui to cleanup.
+ */
void (*quit)(void);
/**