summaryrefslogtreecommitdiff
path: root/desktop/browser_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser_private.h')
-rw-r--r--desktop/browser_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/browser_private.h b/desktop/browser_private.h
index 89dc5cca4..ed2d845de 100644
--- a/desktop/browser_private.h
+++ b/desktop/browser_private.h
@@ -265,12 +265,6 @@ struct browser_window {
/** current javascript context */
struct jsheap *jsheap;
- /** The JS thread (if any) for the current content */
- struct jsthread *current_jsthread;
-
- /** The JS thread (if any) for the loading content */
- struct jsthread *loading_jsthread;
-
/** cache of the currently displayed status text. */
struct {
char *text; /**< Current status bar text. */