Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python/hulahop.override
diff options
context:
space:
mode:
Diffstat (limited to 'python/hulahop.override')
-rw-r--r--python/hulahop.override7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/hulahop.override b/python/hulahop.override
index 4353268..d846c64 100644
--- a/python/hulahop.override
+++ b/python/hulahop.override
@@ -29,10 +29,3 @@ _wrap_hulahop_web_view_get_window_root(PyGObject *self)
return hulahop_web_view_get_window_root(HULAHOP_WEB_VIEW(self->obj));
}
%%
-override hulahop_web_view_get_doc_shell noargs
-static PyObject *
-_wrap_hulahop_web_view_get_doc_shell(PyGObject *self)
-{
- return hulahop_web_view_get_doc_shell(HULAHOP_WEB_VIEW(self->obj));
-}
-%%