summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 2b7c50740..9053427fa 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -464,8 +464,6 @@ nserror browser_window_callback(hlcache_handle *c,
if (content_get_type(c) == CONTENT_THEME) {
theme_install_start(c);
bw->loading_content = NULL;
-//newcache do we not just pass ownership to the theme installation stuff?
- hlcache_handle_release(c);
browser_window_stop_throbber(bw);
} else
#endif