summaryrefslogtreecommitdiffstats
path: root/include/wsdl2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/wsdl2.hpp')
-rw-r--r--include/wsdl2.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/wsdl2.hpp b/include/wsdl2.hpp
index 16564ac..5761d07 100644
--- a/include/wsdl2.hpp
+++ b/include/wsdl2.hpp
@@ -7,16 +7,6 @@ extern "C" {
namespace wsdl2 {
bool initialize(void);
void quit(void);
-
- namespace util {
- constexpr inline bool sdl_bool(SDL_bool b) {
- return b == SDL_TRUE;
- }
-
- constexpr inline SDL_bool sdl_bool(bool b) {
- return (b) ? SDL_TRUE : SDL_FALSE;
- }
- }
// tool functions
void delay(unsigned ms);