diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-20 21:28:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-20 21:28:29 +0100 |
| commit | bd5e8b83a3a18787241982efdae809d4db21f65d (patch) | |
| tree | 7aeabb1f4c3094107713f0f2b068c242a76c6469 /src/wx/content_menu.h | |
| parent | cb9183ee1165802bf81c2d6c8ced860c4da718f9 (diff) | |
Remove join function; the code is long and I don't think anybody
uses it.
Diffstat (limited to 'src/wx/content_menu.h')
| -rw-r--r-- | src/wx/content_menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h index a38109b07..1faf16de6 100644 --- a/src/wx/content_menu.h +++ b/src/wx/content_menu.h @@ -40,7 +40,6 @@ public: private: void repeat (); - void join (); void find_missing (); void properties (); void re_examine (); @@ -59,7 +58,6 @@ private: ContentList _content; TimelineContentViewList _views; wxMenuItem* _repeat; - wxMenuItem* _join; wxMenuItem* _find_missing; wxMenuItem* _properties; wxMenuItem* _re_examine; |
