loader: Remove duplicate docstrings.

This commit is contained in:
bunnei
2016-12-21 23:27:50 -05:00
parent 067e15d348
commit 81e22ae8c7
3 changed files with 0 additions and 56 deletions
-8
View File
@@ -26,18 +26,10 @@ public:
*/
static FileType IdentifyType(FileUtil::IOFile& file);
/**
* Returns the type of this file
* @return FileType corresponding to the loaded file
*/
FileType GetFileType() override {
return IdentifyType(file);
}
/**
* Load the bootable file
* @return ResultStatus result of function
*/
ResultStatus Load() override;
private: