mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	disk_archive: Remove unimplemented constructor declarations
This commit is contained in:
		
							parent
							
								
									9205aca95c
								
							
						
					
					
						commit
						d7bfda3e26
					
				
					 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