summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/screens_panel.h')
-rw-r--r--src/wx/screens_panel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h
index bf68870a6..e3c7023df 100644
--- a/src/wx/screens_panel.h
+++ b/src/wx/screens_panel.h
@@ -70,9 +70,6 @@ private:
void setup_cinema_checked_state (wxTreeListItem screen);
int compare (std::string const& utf8_a, std::string const& utf8_b);
- typedef std::vector<std::pair<wxTreeListItem, std::shared_ptr<Cinema>>> Cinemas;
- typedef std::vector<std::pair<wxTreeListItem, std::shared_ptr<dcpomatic::Screen>>> Screens;
-
std::shared_ptr<Cinema> item_to_cinema (wxTreeListItem item) const;
std::shared_ptr<dcpomatic::Screen> item_to_screen (wxTreeListItem item) const;
boost::optional<wxTreeListItem> cinema_to_item (std::shared_ptr<Cinema> cinema) const;
@@ -87,9 +84,6 @@ private:
wxButton* _edit_screen;
wxButton* _remove_screen;
- Cinemas _cinemas;
- Screens _screens;
-
/* We want to be able to search (and so remove selected things from the view)
* but not deselect them, so we maintain lists of selected cinemas and screens.
*/