diff options
author | David Robillard <d@drobilla.net> | 2014-07-28 22:25:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-07-28 22:25:44 +0000 |
commit | 64e25ef4f27e9e82402ba1a361e8c443eefc93db (patch) | |
tree | 40eaab680c6c922b2b59b0c9d1a6e82db2a9d9f3 /lv2/lv2plug.in/ns/ext/time | |
parent | bf21fccffd50775217fbe3f417eb0216377f1942 (diff) | |
download | lv2-64e25ef4f27e9e82402ba1a361e8c443eefc93db.tar.xz |
Add missing C extern declarations for C++.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/time')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/time/time.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lv2/lv2plug.in/ns/ext/time/time.h b/lv2/lv2plug.in/ns/ext/time/time.h index 3bb0614..4f2bea0 100644 --- a/lv2/lv2plug.in/ns/ext/time/time.h +++ b/lv2/lv2plug.in/ns/ext/time/time.h @@ -22,10 +22,6 @@ #ifndef LV2_TIME_H #define LV2_TIME_H -#ifdef __cplusplus -extern "C" { -#endif - #define LV2_TIME_URI "http://lv2plug.in/ns/ext/time" #define LV2_TIME__Time LV2_TIME_URI "#Time" @@ -42,8 +38,4 @@ extern "C" { #define LV2_TIME__framesPerSecond LV2_TIME_URI "#framesPerSecond" #define LV2_TIME__speed LV2_TIME_URI "#speed" -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* LV2_TIME_H */ |