diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-06 23:36:48 +0000 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-15 21:21:26 +0000 |
commit | 43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch) | |
tree | b05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/3dsx.cpp | |
parent | bc2212106f755f85e55d039ffc783116b15e5df6 (diff) |
Loader: Don’t duplicate the docstring into the cpp file.
Diffstat (limited to 'src/core/loader/3dsx.cpp')
-rw-r--r-- | src/core/loader/3dsx.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/loader/3dsx.cpp b/src/core/loader/3dsx.cpp index fad544571..06827668f 100644 --- a/src/core/loader/3dsx.cpp +++ b/src/core/loader/3dsx.cpp @@ -213,10 +213,6 @@ AppLoader_THREEDSX::AppLoader_THREEDSX(const std::string& filename) : filename(f AppLoader_THREEDSX::~AppLoader_THREEDSX() { } -/** -* Loads a 3DSX file -* @return Success on success, otherwise Error -*/ ResultStatus AppLoader_THREEDSX::Load() { LOG_INFO(Loader, "Loading 3DSX file %s...", filename.c_str()); FileUtil::IOFile file(filename, "rb"); |