diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-06-05 15:57:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 15:57:48 -0400 |
commit | 799302bc9d6edade951cf7746314d96d440c823c (patch) | |
tree | 0fd074d6ab32ef2b2590bdd0c21302784976d653 /src/core/core.h | |
parent | 81e09bb1213720c31b7881c9396385375dac5749 (diff) | |
parent | 8bbe930faccc43d85f7890c2b7869c2407a0eef5 (diff) |
Merge pull request #2526 from lioncash/global
core/telemetry_session: Remove usages of the global system accessor
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index a9a756a4c..20959de54 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -98,7 +98,6 @@ public: Success, ///< Succeeded ErrorNotInitialized, ///< Error trying to use core prior to initialization ErrorGetLoader, ///< Error finding the correct application loader - ErrorSystemMode, ///< Error determining the system mode ErrorSystemFiles, ///< Error in finding system files ErrorSharedFont, ///< Error in finding shared font ErrorVideoCore, ///< Error in the video core |