diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-14 18:53:43 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-14 18:53:43 +0200 |
commit | 03bc3f25a7425af6255d023fc837cc8be1453e8d (patch) | |
tree | 9b0a936853a846317855d5e05255a0ba3995b6f3 | |
parent | 2c99e8c6869c8786e7c2ce95f2af82acf0831141 (diff) | |
download | uGFX-03bc3f25a7425af6255d023fc837cc8be1453e8d.tar.gz uGFX-03bc3f25a7425af6255d023fc837cc8be1453e8d.tar.bz2 uGFX-03bc3f25a7425af6255d023fc837cc8be1453e8d.zip |
CleanUp
-rw-r--r-- | src/gwin/gwin_textedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |