diff options
| author | 2016-04-30 13:18:21 +0100 | |
|---|---|---|
| committer | 2016-04-30 13:58:26 +0100 | |
| commit | 387d935a54241540c3d5258fb09bba18f54969ae (patch) | |
| tree | 36a60966c20246729d25776daafe146492031d15 | |
| parent | Merge pull request #1735 from JayFoxRox/remove-tga (diff) | |
| download | yuzu-387d935a54241540c3d5258fb09bba18f54969ae.tar.gz yuzu-387d935a54241540c3d5258fb09bba18f54969ae.tar.xz yuzu-387d935a54241540c3d5258fb09bba18f54969ae.zip | |
LCD: Remove unneeded #undef with no matching #define.
Diffstat (limited to '')
| -rw-r--r-- | src/core/hw/lcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hw/lcd.h b/src/core/hw/lcd.h index 3dd877fbf..57029c5e8 100644 --- a/src/core/hw/lcd.h +++ b/src/core/hw/lcd.h | |||
| @@ -52,8 +52,6 @@ struct Regs { | |||
| 52 | return content[index]; | 52 | return content[index]; |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | #undef ASSERT_MEMBER_SIZE | ||
| 56 | |||
| 57 | }; | 55 | }; |
| 58 | static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout"); | 56 | static_assert(std::is_standard_layout<Regs>::value, "Structure does not use standard layout"); |
| 59 | 57 | ||