diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-19 22:21:40 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-19 22:21:40 +0700 |
| commit | 0ce03e65978dd1e0d4fdf590fc4eadd639d1a57d (patch) | |
| tree | 4ca7c675615ad70e7543953d7952d86de38c4408 /src/Files.cpp | |
| parent | bc11a6806dd7fb79c0976c5ae7f60593fca6e06f (diff) | |
| download | blackshades-0ce03e65978dd1e0d4fdf590fc4eadd639d1a57d.tar.gz | |
Clean up
Diffstat (limited to 'src/Files.cpp')
| -rw-r--r-- | src/Files.cpp | 14 |
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 +} |
