From 51bf525b54c9ee4e386f7bfcec9d205f7c448d0f Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 28 Apr 2011 09:58:52 -0500 Subject: [PATCH] this internal header will never be c++, no need for the extern --- src/events.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/events.h b/src/events.h index 1c8a85c..aa27b22 100644 --- a/src/events.h +++ b/src/events.h @@ -37,9 +37,6 @@ #ifndef EVENTS_H_INCLUDED #define EVENTS_H_INCLUDED -#ifdef __cplusplus -extern "C" { -#endif #if defined(_MSC_VER) && (_MSC_VER < 1600) /* MS compilers of pre-VC2010 versions don't have stdint.h */ #include "wiiuse_msvcstdint.h" @@ -52,9 +49,4 @@ void wiiuse_pressed_buttons(struct wiimote_t* wm, byte* msg); void handshake_expansion(struct wiimote_t* wm, byte* data, uint16_t len); void disable_expansion(struct wiimote_t* wm); -#ifdef __cplusplus -} -#endif - - #endif // EVENTS_H_INCLUDED