diff options
| author | 2015-01-06 23:36:48 +0000 | |
|---|---|---|
| committer | 2015-01-15 21:21:26 +0000 | |
| commit | 43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch) | |
| tree | b05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/loader.cpp | |
| parent | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. (diff) | |
| download | yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.gz yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.xz yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.zip | |
Loader: Don’t duplicate the docstring into the cpp file.
Diffstat (limited to 'src/core/loader/loader.cpp')
| -rw-r--r-- | src/core/loader/loader.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp index 45cf425df..32196a1dc 100644 --- a/src/core/loader/loader.cpp +++ b/src/core/loader/loader.cpp | |||
| @@ -53,11 +53,6 @@ FileType IdentifyFile(const std::string &filename) { | |||
| 53 | return FileType::Unknown; | 53 | return FileType::Unknown; |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | /** | ||
| 57 | * Identifies and loads a bootable file | ||
| 58 | * @param filename String filename of bootable file | ||
| 59 | * @return ResultStatus result of function | ||
| 60 | */ | ||
| 61 | ResultStatus LoadFile(const std::string& filename) { | 56 | ResultStatus LoadFile(const std::string& filename) { |
| 62 | LOG_INFO(Loader, "Loading file %s...", filename.c_str()); | 57 | LOG_INFO(Loader, "Loading file %s...", filename.c_str()); |
| 63 | 58 | ||