From db57f0a1a5752914cd252a021e838a27bddb7bc1 Mon Sep 17 00:00:00 2001 From: Jason Hooks Date: Sun, 13 Nov 2011 18:19:29 -0500 Subject: [PATCH] more corrections --- apps/openmw/mwclass/itemlevlist.hpp | 5 ----- apps/openmw/mwclass/npc.cpp | 1 - apps/openmw/mwrender/renderingmanager.cpp | 1 - 3 files changed, 7 deletions(-) diff --git a/apps/openmw/mwclass/itemlevlist.hpp b/apps/openmw/mwclass/itemlevlist.hpp index c7d630aee..0b71b072c 100644 --- a/apps/openmw/mwclass/itemlevlist.hpp +++ b/apps/openmw/mwclass/itemlevlist.hpp @@ -9,11 +9,6 @@ namespace MWClass { public: - virtual void insertObjectRendering (const MWWorld::Ptr& ptr, MWRender::RenderingInterface& renderingInterface) const; - ///< Add reference into a cell for rendering - - virtual void insertObject(const MWWorld::Ptr& ptr, MWWorld::PhysicsSystem& physics, MWWorld::Environment& environment) const; - virtual std::string getName (const MWWorld::Ptr& ptr) const; ///< \return name (the one that is to be presented to the user; not the internal one); /// can return an empty string. diff --git a/apps/openmw/mwclass/npc.cpp b/apps/openmw/mwclass/npc.cpp index 6ecdc6e4e..a3171f5b5 100644 --- a/apps/openmw/mwclass/npc.cpp +++ b/apps/openmw/mwclass/npc.cpp @@ -15,7 +15,6 @@ #include "../mwmechanics/mechanicsmanager.hpp" #include -#include "../mwrender/objects.hpp" namespace { diff --git a/apps/openmw/mwrender/renderingmanager.cpp b/apps/openmw/mwrender/renderingmanager.cpp index a413b0372..2a502279d 100644 --- a/apps/openmw/mwrender/renderingmanager.cpp +++ b/apps/openmw/mwrender/renderingmanager.cpp @@ -12,7 +12,6 @@ #include "../mwworld/world.hpp" // these includes can be removed once the static-hack is gone #include "../mwworld/ptr.hpp" #include -#include "renderinginterface.hpp" using namespace MWRender;