summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 34f759102..9a2aab732 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -50,13 +50,6 @@ struct browser_window
bool history_add;
/** Start time of fetching loading_content. */
clock_t time0;
-
-
-#ifdef WITH_FRAMES
- struct browser_window *parent;
- unsigned int no_children;
- struct browser_window **children;
-#endif
};