diff options
| author | robojumper <robojumper@gmail.com> | 2024-05-05 09:30:54 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-05-05 09:30:54 +0200 |
| commit | bb65dd55186cf631b473f53b141fa418bb08cd3c (patch) | |
| tree | 7ad846fa7d3318b82c2764937315a5da7634b8e9 /src/nw4r/ut/ut_CharStrmReader.cpp | |
| parent | 282402ff85bb22480933ffa810bed022172adb8d (diff) | |
Drop comment
Diffstat (limited to 'src/nw4r/ut/ut_CharStrmReader.cpp')
| -rw-r--r-- | src/nw4r/ut/ut_CharStrmReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nw4r/ut/ut_CharStrmReader.cpp b/src/nw4r/ut/ut_CharStrmReader.cpp index b8f96984..81bb80fa 100644 --- a/src/nw4r/ut/ut_CharStrmReader.cpp +++ b/src/nw4r/ut/ut_CharStrmReader.cpp @@ -5,7 +5,6 @@ namespace ut { namespace { bool IsSJISLeadByte(u8 c) { - // Idk how to force the comparison correctly return ((c >= 0x81) && (c < 0xA0)) || c >= 0xe0; } |
