From 1370a79a44d9b8d72ad4918740fb05ddf75952ab 2017-06-09 14:53:31 From: Srinivas Reddy Thatiparthy Date: 2017-06-09 14:53:31 Subject: [PATCH] remove deprecated variable - default_gui_banner --- diff --git a/IPython/core/usage.py b/IPython/core/usage.py index 2a98a6e..897cf0b 100644 --- a/IPython/core/usage.py +++ b/IPython/core/usage.py @@ -339,10 +339,3 @@ default_banner_parts = ["Python %s\n"%sys.version.split("\n")[0], ] default_banner = ''.join(default_banner_parts) - -# deprecated GUI banner - -default_gui_banner = '\n'.join([ - 'DEPRECATED: IPython.core.usage.default_gui_banner is deprecated and will be removed', - default_banner, -])