Skip to content

Commit

Permalink
remove show_popup
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanWolf committed Sep 22, 2015
1 parent 50e8537 commit 117ca34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion doc/devel/MEP/MEP27.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The description of this MEP gives us most of the solution:
+--------------------------------------+------------------------------+---------------------+--------------------------------+
|key_press |key_press |X | |
+--------------------------------------+------------------------------+---------------------+--------------------------------+
|show_popup |show_poup |X |Not used anywhere in mpl, and |
|show_popup |X |X |Not used anywhere in mpl, and |
| | | |does nothing. |
+--------------------------------------+------------------------------+---------------------+--------------------------------+
|get_window_title |-> |get_window_title | |
Expand Down
6 changes: 0 additions & 6 deletions lib/matplotlib/backend_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ def _get_toolbar(self):
except:
return None

def show_popup(self, msg):
"""
Display message in a popup -- GUI only
"""
pass


class ToolEvent(object):
"""Event for tool manipulation (add/remove)"""
Expand Down

0 comments on commit 117ca34

Please sign in to comment.