Skip to content

Commit

Permalink
Remove unused QString forward declarations
Browse files Browse the repository at this point in the history
There's no Qt anymore in Warzone 2100, so let's
get rid of the very last bits of Qt-related code.

Signed-off-by: Pavel Solodovnikov <pavel.al.solodovnikov@gmail.com>
  • Loading branch information
ManManson authored and KJeff01 committed Apr 25, 2024
1 parent af14f62 commit 2d24e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/netplay/nettypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include "lib/netplay/netqueue.h"
#include "lib/framework/wzstring.h"

class QString;

enum PACKETDIR
{
PACKET_ENCODE,
Expand Down
1 change: 0 additions & 1 deletion src/qtscript.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <unordered_map>
#include <array>

class QString;
class WzString;
struct BASE_OBJECT;
struct DROID;
Expand Down

0 comments on commit 2d24e52

Please sign in to comment.