diff --git a/libraries/render/src/render/Task.h b/libraries/render/src/render/Task.h index 506de4aa6d..6a7b04198f 100644 --- a/libraries/render/src/render/Task.h +++ b/libraries/render/src/render/Task.h @@ -497,8 +497,6 @@ public: // A task is a specialized job to run a collection of other jobs // It is defined with JobModel = Task::Model -// -// A task with a custom config *must* use the templated constructor class Task { public: using Config = TaskConfig;