diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/UIFile.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp index cd07aad..d583c6d 100644 --- a/src/UIFile.hpp +++ b/src/UIFile.hpp @@ -56,7 +56,6 @@ public: std::stringstream ss; ss << "Unable to find " << ui_filename << "\n"; throw std::runtime_error(ss.str()); - return {}; } }; |