From 66bdbc3b969083b9d647abdf72784be64a125949 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 28 Oct 2016 18:17:33 -0700 Subject: [core] Introduce gl::Program template --- include/mbgl/util/exception.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/mbgl/util/exception.hpp') diff --git a/include/mbgl/util/exception.hpp b/include/mbgl/util/exception.hpp index 7c331636d4..46de8528c7 100644 --- a/include/mbgl/util/exception.hpp +++ b/include/mbgl/util/exception.hpp @@ -20,10 +20,5 @@ struct MisuseException : Exception { MisuseException(const std::string &msg) : Exception(msg) {} }; -struct ShaderException : Exception { - ShaderException(const char *msg) : Exception(msg) {} - ShaderException(const std::string &msg) : Exception(msg) {} -}; - } // namespace util } // namespace mbgl -- cgit v1.2.1