diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_context.h b/src/shader_recompiler/backend/glsl/emit_context.h index 4a50556e1..8fa87c02c 100644 --- a/src/shader_recompiler/backend/glsl/emit_context.h +++ b/src/shader_recompiler/backend/glsl/emit_context.h | |||
| @@ -136,8 +136,6 @@ public: | |||
| 136 | code += '\n'; | 136 | code += '\n'; |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | [[nodiscard]] bool StageInitializesVaryings() const noexcept; | ||
| 140 | |||
| 141 | std::string header; | 139 | std::string header; |
| 142 | std::string code; | 140 | std::string code; |
| 143 | VarAlloc var_alloc; | 141 | VarAlloc var_alloc; |