mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 08:39:45 +00:00
Remove unneeded forward declaration
This commit is contained in:
parent
b2019d31c7
commit
84f01b7527
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue