From dab99c599fdc0cc77fa5e17d09fdb30a4290ed6b Mon Sep 17 00:00:00 2001 From: Jeff Hemmelgarn Date: Sun, 19 Oct 2014 07:37:52 -0400 Subject: [PATCH] Remove unnecessary backwards compatibility code --- IPython/html/static/tree/js/main.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/IPython/html/static/tree/js/main.js b/IPython/html/static/tree/js/main.js index 86ba36a43..f56764739 100644 --- a/IPython/html/static/tree/js/main.js +++ b/IPython/html/static/tree/js/main.js @@ -124,14 +124,4 @@ require([ if (window.location.hash) { $("#tabs").find("a[href=" + window.location.hash + "]").click(); } - - // For backwards compatability. - IPython.page = page; - IPython.contents = contents; - IPython.notebook_list = notebook_list; - IPython.cluster_list = cluster_list; - IPython.session_list = session_list; - IPython.kernel_list = kernel_list; - IPython.login_widget = login_widget; - IPython.events = events; });