aboutsummaryrefslogtreecommitdiff
path: root/src/Files.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-19 22:21:40 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-09-19 22:21:40 +0700
commit0ce03e65978dd1e0d4fdf590fc4eadd639d1a57d (patch)
tree4ca7c675615ad70e7543953d7952d86de38c4408 /src/Files.cpp
parentbc11a6806dd7fb79c0976c5ae7f60593fca6e06f (diff)
downloadblackshades-0ce03e65978dd1e0d4fdf590fc4eadd639d1a57d.tar.gz
Clean up
Diffstat (limited to 'src/Files.cpp')
-rw-r--r--src/Files.cpp14
1 files changed, 1 insertions, 13 deletions
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
+}