Skip to content

Commit abd3e9f

Browse files
console: remove unreachable wc == 0 check after VK switch
1 parent 1960e8d commit abd3e9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/console.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ namespace console {
202202
default: continue;
203203
}
204204
}
205-
if (wc == 0) {
206-
continue;
207-
}
208205

209206
if ((wc >= 0xD800) && (wc <= 0xDBFF)) { // Check if wc is a high surrogate
210207
high_surrogate = wc;

0 commit comments

Comments
 (0)