mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #1132 from lioncash/unimpl
disk_archive: Remove unimplemented constructor declarations
This commit is contained in:
		
						commit
						1f14332047
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -51,7 +51,6 @@ protected: | |||
| 
 | ||||
| class DiskFile : public FileBackend { | ||||
| public: | ||||
|     DiskFile(); | ||||
|     DiskFile(const DiskArchive& archive, const Path& path, const Mode mode); | ||||
| 
 | ||||
|     bool Open() override; | ||||
|  | @ -73,7 +72,6 @@ protected: | |||
| 
 | ||||
| class DiskDirectory : public DirectoryBackend { | ||||
| public: | ||||
|     DiskDirectory(); | ||||
|     DiskDirectory(const DiskArchive& archive, const Path& path); | ||||
| 
 | ||||
|     ~DiskDirectory() override { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue