From c4ec0a2a3d6ba807fa39a844699bb555a6ef6964 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 24 Jul 2003 18:56:30 +0000 Subject: #defining around each function is not a good idea after all git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3881 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps') diff --git a/apps/plugin.h b/apps/plugin.h index 47f226a84a..3d6859b0d3 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -125,11 +125,7 @@ struct plugin_api { /* file */ int (*open)(const char* pathname, int flags); int (*close)(int fd); -#ifdef SIMULATOR - ssize_t (*read)(int fd, void* buf, int count); -#else int (*read)(int fd, void* buf, int count); -#endif int (*lseek)(int fd, int offset, int whence); int (*creat)(const char *pathname, int mode); int (*write)(int fd, void* buf, int count); -- cgit v1.2.3