Remove untested icon code

This commit is contained in:
wheremyfoodat 2024-03-08 17:44:16 +02:00
parent a711236307
commit ee4a85aa4a
4 changed files with 2 additions and 76 deletions

View file

@ -42,7 +42,6 @@ class FSService {
Rust::Result<Handle, HorizonResult> openDirectoryHandle(ArchiveBase* archive, const FSPath& path);
std::optional<Handle> openFileHandle(ArchiveBase* archive, const FSPath& path, const FSPath& archivePath, const FilePerms& perms);
FSPath readPath(u32 type, u32 pointer, u32 size);
void writePointer(const u8* data, u32 pointer, u32 size);
const EmulatorConfig& config;