From 44b6c0f4b6c7facb88dcb6a1b0755b277423ff1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 May 2008 12:28:13 +0000 Subject: [PATCH] Oops, this shouldn't have been part of this file, forgot to delete it when copying from the playground. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25700 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/device_manager.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/headers/os/drivers/device_manager.h b/headers/os/drivers/device_manager.h index 11e997a238..5cf2abf154 100644 --- a/headers/os/drivers/device_manager.h +++ b/headers/os/drivers/device_manager.h @@ -175,14 +175,4 @@ struct device_module_info { status_t (*deselect)(void *cookie, uint8 event, selectsync *sync); }; -#ifdef __cplusplus -extern "C" { -#endif - -extern struct device_manager_info *gDeviceManager; - -#ifdef __cplusplus -} -#endif - #endif /* _DEVICE_MANAGER_H */