CleanUp
This commit is contained in:
parent
2c99e8c686
commit
03bc3f25a7
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
// cursorPos is the position of the next character
|
// cursorPos is the position of the next character
|
||||||
// textBuffer[cursorPos++] = readKey();
|
// textBuffer[cursorPos++] = readKey();
|
||||||
|
|
||||||
// ToDo: Optimize by using memncpy() instead
|
|
||||||
static void _shiftTextLeft(char* buffer, size_t bufferSize, size_t index)
|
static void _shiftTextLeft(char* buffer, size_t bufferSize, size_t index)
|
||||||
{
|
{
|
||||||
// Find the end of the string
|
// Find the end of the string
|
||||||
|
|
Loading…
Add table
Reference in a new issue