From f75ab6d2c11e8a8e18191b087564aedebbeb96c5 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:33 +0200 Subject: Imported Upstream version 1.0.3 --- FunctionBar.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'FunctionBar.h') diff --git a/FunctionBar.h b/FunctionBar.h index 584d7fd..68e28f9 100644 --- a/FunctionBar.h +++ b/FunctionBar.h @@ -21,11 +21,7 @@ typedef struct FunctionBar_ { } FunctionBar; -#ifdef DEBUG -extern char* FUNCTIONBAR_CLASS; -#else -#define FUNCTIONBAR_CLASS NULL -#endif +extern ObjectClass FunctionBar_class; FunctionBar* FunctionBar_new(const char** functions, const char** keys, int* events); -- cgit v1.2.3