summaryrefslogtreecommitdiffhomepage
path: root/main/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/debug.cpp')
-rw-r--r--main/debug.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/debug.cpp b/main/debug.cpp
index 2d320a3b..eaac17b7 100644
--- a/main/debug.cpp
+++ b/main/debug.cpp
@@ -65,19 +65,4 @@ void main_impl::register_debug_callback()
GL::DebugOutput::setCallback(_debug_callback, this);
}
-char main_impl::maybe_register_debug_callback(fm_gpu_debug flag)
-{
- using enum fm_gpu_debug;
- switch (flag)
- {
- default:
- register_debug_callback();
- break;
- case off:
- case no_error:
- break;
- }
- return '\0';
-}
-
} // namespace floormat