Commit 091dd71f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a superfluous case -- there can never be four digits

No related merge requests found
Showing with 0 additions and 6 deletions
+0 -6
......@@ -1316,12 +1316,6 @@ int get_byte_kbinput(int kbinput)
* Return this character as the result. */
retval = kbinput;
break;
default:
/* If there are more than three digits, return this
* character as the result. (Maybe we should produce an
* error instead?) */
retval = kbinput;
break;
}
/* If we have a result, reset the counter and the byte holder. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment