diff options
Diffstat (limited to 'dbgmsg.cc')
-rw-r--r-- | dbgmsg.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dbgmsg.cc b/dbgmsg.cc deleted file mode 100644 index f09ebf7..0000000 --- a/dbgmsg.cc +++ /dev/null @@ -1,6 +0,0 @@ -# include <luma/main.hh> -void luma::dbgmsg(char const * msg) { - if constexpr(debug) { - luma::msgerr(msg); - } -} |