summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-20 18:53:15 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-20 18:53:15 +0000
commit9981fe99124d50239c90d26ed9251a7eaf4f21d9 (patch)
tree04c074ce5ead599525b1f1ad62e0ee76c886c58b /src/wx/content_menu.h
parent492bc5579d950e08847750ee1fba1187ba00d3c3 (diff)
ContentMenu is never destroyed, so some bits can be removed.
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index 84daa71a5..ecbb4a350 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -35,7 +35,6 @@ class ContentMenu : public boost::noncopyable
{
public:
ContentMenu (wxWindow* p);
- ~ContentMenu ();
void popup (boost::weak_ptr<Film>, ContentList, TimelineContentViewList, wxPoint);
@@ -67,8 +66,6 @@ private:
wxMenuItem* _ov;
wxMenuItem* _choose_cpl;
wxMenuItem* _remove;
-
- std::list<boost::signals2::connection> _job_connections;
};
#endif