1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00

Remove unneeded forward declarations.

This commit is contained in:
Nelsson Huotari 2019-09-25 13:02:05 +03:00
parent 55b3fd4418
commit 1046d57190

View File

@ -30,8 +30,6 @@ namespace CSVRender
namespace CSVWidget
{
class SceneToolShapeBrush;
/// \brief Layout-box for some brush button settings
class ShapeBrushSizeControls : public QGroupBox
{
@ -49,8 +47,6 @@ namespace CSVWidget
friend class CSVRender::TerrainShapeMode;
};
class SceneToolShapeBrush;
/// \brief Brush settings window
class ShapeBrushWindow : public QFrame
{