Skip to content

Remove unused code#244

Merged
Asdow merged 16 commits into
masterfrom
cleanup
Oct 21, 2023
Merged

Remove unused code#244
Asdow merged 16 commits into
masterfrom
cleanup

Conversation

@Asdow
Copy link
Copy Markdown
Contributor

@Asdow Asdow commented Oct 21, 2023

Not all of it though! ;)

Asdow added 16 commits October 21, 2023 13:34
FileDebug()
DirectoryExists()
FileCopy()
FileMove()
GetFreeSpaceOnHardDriveWhereGameIsRunningFrom()
GetFreeSpaceOnHardDrive()
FileReadLine() <- non VFS version
DoesUserHaveEnoughHardDriveSpace()
Not used anywhere in the code.
Moved ChompSlash from FileCat.cpp to image.cpp, as the only two references besides ones in filecat.cpp for the function were in there. The references are inside an #ifdef 0 block so they are not compiled currently, but this should prevent them from not working IF we ever enable them
Not used anywhere and even inside the .cpp functions such as FlicPlay() had everything commented out and replaced with "return 1"
@Asdow Asdow merged commit 3f7b35c into master Oct 21, 2023
@Asdow Asdow deleted the cleanup branch October 21, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant