loader: Remove duplicate docstrings.

This commit is contained in:
bunnei 2016-10-11 17:26:25 -04:00
parent 067e15d348
commit 81e22ae8c7
3 changed files with 0 additions and 56 deletions

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: