mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:09:43 +00:00
Remove old references to Cell class.
This commit is contained in:
parent
008bf64dd9
commit
6c49074765
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <components/esm/loadland.hpp>
|
||||
|
||||
#include "cell.hpp"
|
||||
#include "terrainselection.hpp"
|
||||
|
||||
CSVRender::DrawTerrainSelectionCommand::DrawTerrainSelectionCommand(TerrainSelection& terrainSelection, QUndoCommand* parent)
|
||||
|
|
|
@ -10,7 +10,6 @@ namespace ESM
|
|||
|
||||
namespace CSVRender
|
||||
{
|
||||
class Cell;
|
||||
class TerrainSelection;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue