summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index f3af26a7f..6712caf2f 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -561,14 +561,6 @@ void browser_window_set_drag_type(struct browser_window *bw,
browser_drag_type browser_window_get_drag_type(struct browser_window *bw);
/**
- * Get the root level browser window
- *
- * \param bw browser window to set the type of the current drag for
- * \return root browser window
- */
-struct browser_window * browser_window_get_root(struct browser_window *bw);
-
-/**
* Check whether browser window can accept a cut/copy/paste, or has a selection
* that could be saved.
*