Removes unused forward declarations of class and struct.

This was SVN commit r25903.
This commit is contained in:
vladislavbelov
2021-09-08 19:43:01 +00:00
parent 9552a9720c
commit a5c82a4ef6
32 changed files with 8 additions and 59 deletions
@@ -1,4 +1,4 @@
/* Copyright (C) 2010 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@@ -20,8 +20,6 @@
#include "simulation2/system/Interface.h"
struct CColor;
class ICmpGuiInterface : public IComponent
{
public:
@@ -20,8 +20,6 @@
#include "ICmpRallyPointRenderer.h"
#include "simulation2/system/InterfaceScripted.h"
class CFixedVector2D;
BEGIN_INTERFACE_WRAPPER(RallyPointRenderer)
DEFINE_INTERFACE_METHOD("SetDisplayed", ICmpRallyPointRenderer, SetDisplayed)
DEFINE_INTERFACE_METHOD("SetPosition", ICmpRallyPointRenderer, SetPosition)