diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2021-01-25 03:35:48 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 03:35:48 -0300 |
| commit | 5dc021d15baa6e4bcebec7ee2935f2a663ed2eb8 (patch) | |
| tree | b21727e82403573764151ced5faa89caf894594e /src/video_core/shader/node.h | |
| parent | 45e117b0436f97b926031ef19820573a4768913d (diff) | |
| parent | 34c3ec2f8c69159fd61b42091ee3157c6e77fa30 (diff) | |
Merge pull request #5823 from ReinUsesLisp/revert-flags
Revert "Start of Integer flags implementation"
Diffstat (limited to 'src/video_core/shader/node.h')
| -rw-r--r-- | src/video_core/shader/node.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h index c9840b75e..b54d33763 100644 --- a/src/video_core/shader/node.h +++ b/src/video_core/shader/node.h @@ -465,14 +465,6 @@ public: return operands.size(); } - NodeBlock& GetOperands() { - return operands; - } - - const NodeBlock& GetOperands() const { - return operands; - } - [[nodiscard]] const Node& operator[](std::size_t operand_index) const { return operands.at(operand_index); } |
