diff options
Diffstat (limited to 'apps/plugins/search.c')
-rw-r--r-- | apps/plugins/search.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/search.c b/apps/plugins/search.c index ff7be343f6..f27d2045b1 100644 --- a/apps/plugins/search.c +++ b/apps/plugins/search.c @@ -125,11 +125,7 @@ static bool search_init(const char* file){ fdw = rb->open(resultfile, O_WRONLY|O_CREAT|O_TRUNC, 0666); if (fdw < 0) { -#ifdef HAVE_LCD_BITMAP rb->splash(HZ, "Failed to create result file!"); -#else - rb->splash(HZ, "File creation failed"); -#endif rb->close(fd); return false; } |