diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 5223f85..28c3d5a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -364,9 +364,7 @@ struct plugin_api { int (*read_line)(int fd, char* buffer, int buffer_size); bool (*settings_parseline)(char* line, char** name, char** value); void (*ata_sleep)(void); -#ifndef SIMULATOR bool (*ata_disk_is_active)(void); -#endif void (*ata_spin)(void); void (*ata_spindown)(int seconds); void (*reload_directory)(void); |