From 2cf93697cb153fb62ee3b0165b26074cc44ceb84 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 17 Nov 2014 15:51:29 -0800 Subject: [PATCH] removed some crufty comments --- libraries/entities/src/BoxEntityItem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/entities/src/BoxEntityItem.cpp b/libraries/entities/src/BoxEntityItem.cpp index f7d53ad499..d1a58722b0 100644 --- a/libraries/entities/src/BoxEntityItem.cpp +++ b/libraries/entities/src/BoxEntityItem.cpp @@ -98,8 +98,6 @@ void BoxEntityItem::appendSubclassData(OctreePacketData* packetData, EncodeBitst } #ifdef USE_BULLET_PHYSICS -// BOOKMARK: move EntityMotionState implementation to Entities -// also define interface for it (dunno what to call it) EntityMotionState* BoxEntityItem::createMotionState() { if (!_motionState) { _motionState = new EntityMotionState(this);