From e71a2097a5c786520d15b614f70296c9c9b6d2dd Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Thu, 14 Jul 2016 13:19:49 -0700 Subject: [PATCH] update doc for task template --- libraries/render/src/render/Task.h | 2 -- 1 file changed, 2 deletions(-) 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;