1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

Remove unneeded forward declaration

This commit is contained in:
scrawl 2016-02-08 16:27:28 +01:00
parent b2019d31c7
commit 84f01b7527

View File

@ -37,7 +37,6 @@ namespace SceneUtil
OpenThreads::Condition mCondition;
};
class WorkQueue;
class WorkThread;
/// @brief A work queue that users can push work items onto, to be completed by one or more background threads.