From ac5e51614808fb21db462be2c49c85812679e33c Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Thu, 6 Apr 2017 10:39:53 +0300 Subject: [PATCH] Removed obsolete forward declaration --- src/textures/textures.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/textures/textures.h b/src/textures/textures.h index bdfb7d2de..cc3f2b588 100644 --- a/src/textures/textures.h +++ b/src/textures/textures.h @@ -30,7 +30,6 @@ class FBitmap; struct FRemapTable; struct FCopyInfo; class FScanner; -class PClassInventory; // Texture IDs class FTextureManager;