diff --git a/src/gwin/gwin_textedit.c b/src/gwin/gwin_textedit.c index 8f5cb8dd..4d1f93a6 100644 --- a/src/gwin/gwin_textedit.c +++ b/src/gwin/gwin_textedit.c @@ -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