summaryrefslogtreecommitdiff
path: root/src/scripting/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/script.h')
-rw-r--r--src/scripting/script.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/scripting/script.h b/src/scripting/script.h
index 5d5d1f48..43eebe10 100644
--- a/src/scripting/script.h
+++ b/src/scripting/script.h
@@ -48,14 +48,8 @@ class Script
*/
static Script *create(const std::string &engine);
- /**
- * Constructor.
- */
Script();
- /**
- * Destructor.
- */
virtual ~Script() {}
/**