From 0ce03e65978dd1e0d4fdf590fc4eadd639d1a57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sun, 19 Sep 2021 22:21:40 +0700 Subject: Clean up --- src/Files.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/Files.cpp') diff --git a/src/Files.cpp b/src/Files.cpp index 542595b..84da8d4 100644 --- a/src/Files.cpp +++ b/src/Files.cpp @@ -150,22 +150,10 @@ void Files::EndSave() if ( sFile ) FSClose( sFile ); - -} - -void Files::StartLoad() -{ - Boolean bLoaded = false; - long lSize; - long lLongSize = sizeof( long ); - - int x,y,kl; - sFile=OpenFileDialog(); - } void Files::EndLoad() { if (sFile) FSClose( sFile ); -} \ No newline at end of file +} -- cgit v1.2.3