From f240b08a1799b3aa6a29701c90388d51c0c1b2ce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Feb 2017 18:32:02 +0100 Subject: Add experimental PortAudio driver --- ingen/ingen.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ingen/ingen.h') diff --git a/ingen/ingen.h b/ingen/ingen.h index 11fd592a..ba56ae52 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2014-2016 David Robillard + Copyright 2014-2017 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -34,14 +34,6 @@ # define INGEN_API #endif -#ifndef INGEN_WARN_UNUSED_RESULT -# if __GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ >= 4 -# define INGEN_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define INGEN_WARN_UNUSED_RESULT -# endif -#endif - #define INGEN_NS "http://drobilla.net/ns/ingen#" #define INGEN__Arc INGEN_NS "Arc" -- cgit v1.2.1