From f04e3de28c97b6f9a87ae80df6c1ad8a33b6df0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 27 Jul 2004 10:28:44 +0000 Subject: [PATCH] extern "C" not needed, don't know why git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8488 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/interface/input_globals.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/headers/private/interface/input_globals.h b/headers/private/interface/input_globals.h index 80e6d4735a..267b236805 100644 --- a/headers/private/interface/input_globals.h +++ b/headers/private/interface/input_globals.h @@ -29,14 +29,7 @@ #include -/*#ifdef __cplusplus -extern "C" { -#endif*/ - status_t _restore_key_map_(); -/*#ifdef __cplusplus -} -#endif*/ - #endif // __INPUT_GLOBALS_H +