mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +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 { | class DiskFile : public FileBackend { | ||||||
| public: | public: | ||||||
|     DiskFile(); |  | ||||||
|     DiskFile(const DiskArchive& archive, const Path& path, const Mode mode); |     DiskFile(const DiskArchive& archive, const Path& path, const Mode mode); | ||||||
| 
 | 
 | ||||||
|     bool Open() override; |     bool Open() override; | ||||||
|  | @ -73,7 +72,6 @@ protected: | ||||||
| 
 | 
 | ||||||
| class DiskDirectory : public DirectoryBackend { | class DiskDirectory : public DirectoryBackend { | ||||||
| public: | public: | ||||||
|     DiskDirectory(); |  | ||||||
|     DiskDirectory(const DiskArchive& archive, const Path& path); |     DiskDirectory(const DiskArchive& archive, const Path& path); | ||||||
| 
 | 
 | ||||||
|     ~DiskDirectory() override { |     ~DiskDirectory() override { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue