diff --git a/src/ID.h b/src/ID.h index 7b6a1ada6c..0eaf1d42b8 100644 --- a/src/ID.h +++ b/src/ID.h @@ -113,8 +113,6 @@ public: std::vector GetOptionHandlers() const; protected: - ID() { name = 0; type = 0; val = 0; attrs = 0; } - void EvalFunc(Expr* ef, Expr* ev); #ifdef DEBUG