[Bf-blender-cvs] [95382aaa3b7] temp-compositor-single-threaded-operation: Remove unused definition.

Jeroen Bakker noreply at git.blender.org
Fri Apr 2 15:53:38 CEST 2021


Commit: 95382aaa3b7772ec138ae245955e78f3e85efb8f
Author: Jeroen Bakker
Date:   Fri Apr 2 15:53:09 2021 +0200
Branches: temp-compositor-single-threaded-operation
https://developer.blender.org/rB95382aaa3b7772ec138ae245955e78f3e85efb8f

Remove unused definition.

===================================================================

M	source/blender/compositor/intern/COM_ExecutionGroup.h

===================================================================

diff --git a/source/blender/compositor/intern/COM_ExecutionGroup.h b/source/blender/compositor/intern/COM_ExecutionGroup.h
index 1b91f74e605..1176c2e01d3 100644
--- a/source/blender/compositor/intern/COM_ExecutionGroup.h
+++ b/source/blender/compositor/intern/COM_ExecutionGroup.h
@@ -71,8 +71,6 @@ struct ExecutionGroupFlags {
     open_cl = false;
     single_threaded = false;
   }
-
-  std::string str() const;
 };
 
 std::ostream &operator<<(std::ostream &os, const ExecutionGroupFlags &flags);



More information about the Bf-blender-cvs mailing list