mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
继续删除未使用变量
This commit is contained in:
parent
fc177d1980
commit
7cd349c152
@ -235,12 +235,11 @@ static atp_error_t disp_str( atp_callerdata_t data, atp_counter_t, atp_linecfg_t
|
||||
}
|
||||
#define DEBUG( str ) atp_show(1, disp_str, str)
|
||||
|
||||
static atp_error_t select_region( atp_callerdata_t data, atp_counter_t index, atp_itemcfg_t *config )
|
||||
static atp_error_t select_region( atp_callerdata_t, atp_counter_t index, atp_itemcfg_t *config )
|
||||
{
|
||||
static char text[16];
|
||||
acl_chtid_t sid;
|
||||
acl_region_t sreg;
|
||||
char *p = data;
|
||||
if( ACHTLIB_SUCCESS != acl_query_cheat_set(index, &sid, &sreg) )
|
||||
{
|
||||
config->text = "无效数据";
|
||||
|
Loading…
x
Reference in New Issue
Block a user