1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 18:09:50 +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
{