Eval: Removed obsolete method
This commit is contained in:
@@ -109,11 +109,6 @@ Eval::Eval ()
|
|||||||
addSource (namedConstants);
|
addSource (namedConstants);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
Eval::~Eval ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Eval::addSource (bool (*source)(const std::string&, Variant&))
|
void Eval::addSource (bool (*source)(const std::string&, Variant&))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ class Eval
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Eval ();
|
Eval ();
|
||||||
virtual ~Eval ();
|
|
||||||
Eval (const Eval&); // Not implemented.
|
Eval (const Eval&); // Not implemented.
|
||||||
Eval& operator= (const Eval&); // Not implemented.
|
Eval& operator= (const Eval&); // Not implemented.
|
||||||
bool operator== (const Eval&); // Not implemented.
|
bool operator== (const Eval&); // Not implemented.
|
||||||
|
|||||||
Reference in New Issue
Block a user