ugfx_release_2.6
Joel Bodenmann 2015-08-14 18:53:43 +02:00
parent 2c99e8c686
commit 03bc3f25a7
1 changed files with 0 additions and 1 deletions

View File

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