This commit is contained in:
Joel Bodenmann 2015-08-14 18:53:43 +02:00
parent 2c99e8c686
commit 03bc3f25a7

View File

@ -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