diff --git a/command.c b/command.c index d3863f6f40..d89c52fd6c 100644 --- a/command.c +++ b/command.c @@ -878,7 +878,7 @@ static const rarch_memory_descriptor_t* command_memory_get_descriptor(const rarc return NULL; } -uint8_t *command_memory_get_pointer( +static uint8_t *command_memory_get_pointer( const rarch_system_info_t* sys_info, unsigned address, unsigned int* max_bytes, diff --git a/command.h b/command.h index 2bc6687db4..e31bc7e16a 100644 --- a/command.h +++ b/command.h @@ -423,13 +423,6 @@ bool command_write_ram(command_t *cmd, const char *arg); #endif bool command_read_memory(command_t *cmd, const char *arg); bool command_write_memory(command_t *cmd, const char *arg); -uint8_t *command_memory_get_pointer( - const rarch_system_info_t* system, - unsigned address, - unsigned int* max_bytes, - int for_write, - char *reply_at, - size_t len); static const struct cmd_action_map action_map[] = { #if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)