Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/hulahop-web-view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hulahop-web-view.cpp')
-rw-r--r--src/hulahop-web-view.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
index bd6f14e..2eeebc6 100644
--- a/src/hulahop-web-view.cpp
+++ b/src/hulahop-web-view.cpp
@@ -27,7 +27,6 @@
#include <nsIDOMWindow2.h>
#include <nsIDOMEventTarget.h>
#include <nsIBaseWindow.h>
-#include <nsIDocShell.h>
#include <nsIInterfaceRequestorUtils.h>
#include <PyXPCOM.h>
@@ -275,18 +274,6 @@ hulahop_web_view_get_window_root(HulahopWebView *web_view)
NS_GET_IID(nsIDOMEventTarget));
}
-PyObject *
-hulahop_web_view_get_doc_shell(HulahopWebView *web_view)
-{
- nsresult rv;
-
- nsCOMPtr<nsIDocShell> docShell(do_GetInterface(web_view->browser, &rv));
- NS_ENSURE_SUCCESS (rv, NULL);
-
- return PyObject_FromNSInterface(docShell,
- NS_GET_IID(nsIDocShell));
-}
-
void
hulahop_web_view_create_window(HulahopWebView *web_view)
{