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:
parent
55b3fd4418
commit
1046d57190
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue