Removing now-unused function.

This commit is contained in:
Patrick Shriwise 2019-03-17 12:27:14 -05:00
parent e4ab6db1a9
commit 9c48ee69a4
2 changed files with 5 additions and 10 deletions

View file

@ -98,8 +98,6 @@ enum class PlotColorBy {
class PlotBase {
public:
IdData get_id_map() const;
xt::xtensor<int32_t, 2> get_cell_ids() const;
PropertyData get_property_map() const;
private: