aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/alc/context.h b/alc/context.h
index 448ae980..58a70184 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -514,12 +514,6 @@ private:
#endif // ALSOFT_EAX
};
-#define SETERR_RETURN(ctx, err, retval, ...) do { \
- (ctx)->setError((err), __VA_ARGS__); \
- return retval; \
-} while(0)
-
-
using ContextRef = al::intrusive_ptr<ALCcontext>;
ContextRef GetContextRef(void);