From 84f01b7527c5359ba441e0b3efc1f15c469f0d0c Mon Sep 17 00:00:00 2001 From: scrawl Date: Mon, 8 Feb 2016 16:27:28 +0100 Subject: [PATCH] Remove unneeded forward declaration --- components/sceneutil/workqueue.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/components/sceneutil/workqueue.hpp b/components/sceneutil/workqueue.hpp index 06489dfbbc..bc2e55647c 100644 --- a/components/sceneutil/workqueue.hpp +++ b/components/sceneutil/workqueue.hpp @@ -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.