From d01664f17503d52d4be1c31e099065da0d38d7f3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 23 Nov 2008 22:13:03 +0000 Subject: merged model classes into one file, classname cleanup, fx_particles --- src/model/dock.cc | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/model/dock.cc (limited to 'src/model/dock.cc') diff --git a/src/model/dock.cc b/src/model/dock.cc deleted file mode 100644 index bdc63e3..0000000 --- a/src/model/dock.cc +++ /dev/null @@ -1,20 +0,0 @@ -/* - model/dock.cc - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 -*/ - -#include "model/dock.h" - -namespace model { - -Dock::Dock() -{ - dock_radius = 0.01f; -} - -Dock::~Dock() -{ -} - -} -- cgit v1.2.3