diff options
Diffstat (limited to 'src/scripts.c')
-rw-r--r-- | src/scripts.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scripts.c b/src/scripts.c index 5a6242b2..8ce19c9c 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -2669,13 +2669,6 @@ scripts_create_tab(GList *gl) } JSObjectRef o = make_object(m_global_context, G_OBJECT(VIEW(gl)->web)); - - if (EMIT_SCRIPT(CREATE_TAB)) - { - ScriptSignal signal = { o, SCRIPTS_SIG_META(NULL, CREATE_TAB, 0) }; - scripts_emit(&signal); - } - JSValueProtect(m_global_context, o); VIEW(gl)->script_wv = o; }/*}}}*/ |