summaryrefslogtreecommitdiff
path: root/riscos/cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/cookies.c')
-rw-r--r--riscos/cookies.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/riscos/cookies.c b/riscos/cookies.c
index 7f37de812..0a1529737 100644
--- a/riscos/cookies.c
+++ b/riscos/cookies.c
@@ -153,6 +153,18 @@ void ro_gui_cookies_postinitialise(void)
}
/**
+ * Destroy the cookies window.
+ */
+
+void ro_gui_cookies_destroy(void)
+{
+ if (cookies_window.tv == NULL)
+ return;
+
+ ro_treeview_destroy(cookies_window.tv);
+}
+
+/**
* Open the cookies window.
*
*/