Eval: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 22:36:13 -05:00
parent 7c5ddee4e5
commit 54fac39f85
2 changed files with 0 additions and 6 deletions

View file

@ -109,11 +109,6 @@ Eval::Eval ()
addSource (namedConstants);
}
////////////////////////////////////////////////////////////////////////////////
Eval::~Eval ()
{
}
////////////////////////////////////////////////////////////////////////////////
void Eval::addSource (bool (*source)(const std::string&, Variant&))
{

View file

@ -36,7 +36,6 @@ class Eval
{
public:
Eval ();
virtual ~Eval ();
Eval (const Eval&); // Not implemented.
Eval& operator= (const Eval&); // Not implemented.
bool operator== (const Eval&); // Not implemented.