aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/fs/FS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/fs/FS.h')
-rw-r--r--src/components/fs/FS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/fs/FS.h b/src/components/fs/FS.h
index 9730e474..aba30509 100644
--- a/src/components/fs/FS.h
+++ b/src/components/fs/FS.h
@@ -11,7 +11,6 @@ namespace Pinetime {
FS(Pinetime::Drivers::SpiNorFlash&);
void Init();
- void LVGLFileSystemInit();
int FileOpen(lfs_file_t* file_p, const char* fileName, const int flags);
int FileClose(lfs_file_t* file_p);