diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-07-21 00:52:27 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-07-21 00:57:25 -0400 |
| commit | e17fb5ee97dab16c73b017393b6544847e9aef67 (patch) | |
| tree | 05ac8d70e8516d27062f4940e64d905c95c2b6c5 /src/video_core/texture_cache | |
| parent | ad0b2951250979549082fdef3ba4fd93a720b5df (diff) | |
video_core: Remove unused variables
Silences several compiler warnings about unused variables.
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/format_lookup_table.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/format_lookup_table.cpp b/src/video_core/texture_cache/format_lookup_table.cpp index f476f03b0..a5d82cf5c 100644 --- a/src/video_core/texture_cache/format_lookup_table.cpp +++ b/src/video_core/texture_cache/format_lookup_table.cpp @@ -19,8 +19,6 @@ constexpr auto SNORM = ComponentType::SNORM; constexpr auto UNORM = ComponentType::UNORM; constexpr auto SINT = ComponentType::SINT; constexpr auto UINT = ComponentType::UINT; -constexpr auto SNORM_FORCE_FP16 = ComponentType::SNORM_FORCE_FP16; -constexpr auto UNORM_FORCE_FP16 = ComponentType::UNORM_FORCE_FP16; constexpr auto FLOAT = ComponentType::FLOAT; constexpr bool C = false; // Normal color constexpr bool S = true; // Srgb |
