From 03bc3f25a7425af6255d023fc837cc8be1453e8d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 14 Aug 2015 18:53:43 +0200 Subject: [PATCH] CleanUp --- src/gwin/gwin_textedit.c | 1 - 1 file changed, 1 deletion(-) 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