From 37b84a9dbb025aba0485f3648d1c8e801247b0a2 Mon Sep 17 00:00:00 2001 From: Willy-JL Date: Sun, 12 Feb 2023 12:28:40 +0000 Subject: [PATCH] Remove unnecessary sarcastic comment --- applications/services/gui/modules/file_browser_worker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/services/gui/modules/file_browser_worker.c b/applications/services/gui/modules/file_browser_worker.c index 28a968428..5955d8714 100644 --- a/applications/services/gui/modules/file_browser_worker.c +++ b/applications/services/gui/modules/file_browser_worker.c @@ -233,8 +233,7 @@ static bool // chances are, the new files are higher in the sorted list... // so the files keep shifting around while scrolling... // now this does something intelligent: loads and sorts all in one go. - // might take a few milliseconds longer, but atleast it works :kekw: - // and yes skotopes, most definitely a "limitation of fatfs driver" :roflmao: + // might take a few milliseconds longer, but atleast it works UNUSED(offset); UNUSED(count); if(browser->list_load_cb) {