aboutsummaryrefslogtreecommitdiff
path: root/primedev
diff options
context:
space:
mode:
Diffstat (limited to 'primedev')
-rw-r--r--primedev/pch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/primedev/pch.h b/primedev/pch.h
index 0b2d4406..bfd25597 100644
--- a/primedev/pch.h
+++ b/primedev/pch.h
@@ -20,9 +20,6 @@
namespace fs = std::filesystem;
-typedef void (*callable)();
-typedef void (*callable_v)(void* v);
-
// clang-format off
#define assert_msg(exp, msg) assert((exp, msg))
//clang-format on