summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 42bdb39d4..77f084349 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -28,8 +28,6 @@ struct browser_window
{
/** Page currently displayed, or 0. Must have status READY or DONE. */
struct content *current_content;
- /** Instance state pointer for current_content. */
- void *current_content_state;
/** Page being loaded, or 0. */
struct content *loading_content;