summaryrefslogtreecommitdiff
path: root/src/scripting/script.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-11 14:56:50 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-12 17:52:42 +0100
commit0e2a9c41c5b14f3037c8df8e6deddba63fa7120e (patch)
tree7e4875ddec8e8e96de505e5459f4950b17c3a38a /src/scripting/script.h
parentba57aa3eedf09f32a1ed003ce26ca54666796aef (diff)
downloadmanaserv-0e2a9c41c5b14f3037c8df8e6deddba63fa7120e.tar.gz
manaserv-0e2a9c41c5b14f3037c8df8e6deddba63fa7120e.tar.bz2
manaserv-0e2a9c41c5b14f3037c8df8e6deddba63fa7120e.tar.xz
manaserv-0e2a9c41c5b14f3037c8df8e6deddba63fa7120e.zip
Removed a bunch of silly documentation
A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
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() {}
/**