[apps/code] Remove more TODOs

This commit is contained in:
Léa Saviot
2020-04-30 17:14:12 +02:00
committed by Émilie Feral
parent 8142e1d344
commit e4aac3f9c6
3 changed files with 3 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ void ScriptNodeCell::ScriptNodeView::drawRect(KDContext * ctx, KDRect rect) cons
}
/* If it exists, draw the source name. If it did not fit, we would have put
* nullptr at the node creation. TODO LEA */
* nullptr at the node creation. */
const char * sourceName = m_scriptNode->nodeSourceName();
if (sourceName != nullptr) {
KDSize sourceNameSize = k_font->stringSize(sourceName);