Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2013-02-24 11:09:39 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-02-24 11:09:39 +0400
commited1d215cea840048cd023d9640c4bcc94db2eaa7 (patch)
tree2c7ae0f5b80672945bbcfe0f72e23f3cbb87e68c /source/gameengine/Physics/common/PHY_IMotionState.cpp
parent630a31a9004963474200cae355cc58cb06cc9dc9 (diff)
BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems.
Diffstat (limited to 'source/gameengine/Physics/common/PHY_IMotionState.cpp')
-rw-r--r--source/gameengine/Physics/common/PHY_IMotionState.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/source/gameengine/Physics/common/PHY_IMotionState.cpp b/source/gameengine/Physics/common/PHY_IMotionState.cpp
deleted file mode 100644
index 1953e748bc0..00000000000
--- a/source/gameengine/Physics/common/PHY_IMotionState.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): none yet.
- *
- * ***** END GPL LICENSE BLOCK *****
- */
-
-/** \file gameengine/Physics/common/PHY_IMotionState.cpp
- * \ingroup phys
- */
-
-#include "PHY_IMotionState.h"
-
-PHY_IMotionState::~PHY_IMotionState()
-{
-
-}