diff options
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: | |||
| 465 | return operands.size(); | 465 | return operands.size(); |
| 466 | } | 466 | } |
| 467 | 467 | ||
| 468 | NodeBlock& GetOperands() { | ||
| 469 | return operands; | ||
| 470 | } | ||
| 471 | |||
| 472 | const NodeBlock& GetOperands() const { | ||
| 473 | return operands; | ||
| 474 | } | ||
| 475 | |||
| 476 | [[nodiscard]] const Node& operator[](std::size_t operand_index) const { | 468 | [[nodiscard]] const Node& operator[](std::size_t operand_index) const { |
| 477 | return operands.at(operand_index); | 469 | return operands.at(operand_index); |
| 478 | } | 470 | } |