diff options
| -rw-r--r-- | sigmod/GlobalScript.cpp | 4 | ||||
| -rw-r--r-- | sigmod/GlobalScript.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sigmod/GlobalScript.cpp b/sigmod/GlobalScript.cpp index c8cc4da9..d46b14fa 100644 --- a/sigmod/GlobalScript.cpp +++ b/sigmod/GlobalScript.cpp @@ -48,10 +48,6 @@ Sigmod::GlobalScript::GlobalScript(const QDomElement& xml, const Sigmod* parent, load(xml); } -Sigmod::GlobalScript::~GlobalScript() -{ -} - void Sigmod::GlobalScript::validate() { TEST_BEGIN(); diff --git a/sigmod/GlobalScript.h b/sigmod/GlobalScript.h index 31ab0627..acb5b029 100644 --- a/sigmod/GlobalScript.h +++ b/sigmod/GlobalScript.h @@ -38,7 +38,6 @@ class SIGMOD_EXPORT GlobalScript : public Object GlobalScript(const Sigmod* parent, const int id); GlobalScript(const GlobalScript& globalScript, const Sigmod* parent, const int id); GlobalScript(const QDomElement& xml, const Sigmod* parent, const int id = -1); - ~GlobalScript(); void validate(); |
