From 0e2a9c41c5b14f3037c8df8e6deddba63fa7120e Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Fri, 11 Mar 2011 14:56:50 +0100 Subject: 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. :) --- src/scripting/script.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/scripting/script.h') diff --git a/src/scripting/script.h b/src/scripting/script.h index 5d5d1f4..43eebe1 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() {} /** -- cgit