aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcontext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-06-04 01:37:36 -0700
committerChris Robinson <[email protected]>2019-06-04 01:37:36 -0700
commit4522a51ea21813de9a59dd059c50f85d8a5116f1 (patch)
treedc41f36517a4ec6236c56b375eb37eadee8bf2e6 /Alc/alcontext.h
parentf0bc9d8a9b45a86cf0736a3f118b28ae6fdb90f0 (diff)
Don't log the function or prefix
It's ultimately unnecessary since the message is an indicator about where it was logged from. The message itself is generally more important than where it was from, too.
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r--Alc/alcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h
index 2c4ad1d3..769847f8 100644
--- a/Alc/alcontext.h
+++ b/Alc/alcontext.h
@@ -147,7 +147,6 @@ struct ALCcontext {
ALCcontext& operator=(const ALCcontext&) = delete;
~ALCcontext();
- static constexpr inline const char *CurrentPrefix() noexcept { return "ALCcontext::"; }
DEF_NEWDEL(ALCcontext)
};