CleanUp
This commit is contained in:
parent
2c99e8c686
commit
03bc3f25a7
@ -27,7 +27,6 @@
|
||||
// cursorPos is the position of the next character
|
||||
// textBuffer[cursorPos++] = readKey();
|
||||
|
||||
// ToDo: Optimize by using memncpy() instead
|
||||
static void _shiftTextLeft(char* buffer, size_t bufferSize, size_t index)
|
||||
{
|
||||
// Find the end of the string
|
||||
|
Loading…
Reference in New Issue
Block a user