Remove unnecessary backwards compatibility code

This commit is contained in:
Jeff Hemmelgarn 2014-10-19 07:37:52 -04:00 committed by Thomas Kluyver
parent 53463898eb
commit dab99c599f

View File

@ -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;
});