From 4ebfff9551ee5fb6b5530e85c87498152a9039d2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Aug 2004 01:51:09 +0000 Subject: [PATCH] oops, remove brainstorming --- stepmania/src/Model.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/stepmania/src/Model.h b/stepmania/src/Model.h index 0a4bc35b2c..cc0ce925fd 100644 --- a/stepmania/src/Model.h +++ b/stepmania/src/Model.h @@ -10,18 +10,6 @@ #include #include "RageModelGeometry.h" -/* This is a static class that holds and renders model data; it can be shared among - * multiple Models. (Note that geometry data is stored and refcounted separately; - * that can */ -/* XXX: dumb name */ -/* class ModelHolder : public Actor -{ -public: - -private: - RageModelGeometry *m_pGeometry; - -} */ class Model : public Actor {