Skip to content

Commit

Permalink
mod: removes unused observable_type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed May 13, 2024
1 parent 809202a commit 6f145ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/include/irritator/modeling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,7 @@ enum class component_status {

enum class modeling_status { modified, unmodified };

enum class observable_type {
none,
file,
plot,
graph,
grid,
};

class project;

struct parameter;
struct connection;
struct child;
Expand Down

0 comments on commit 6f145ce

Please sign in to comment.