mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 06:48:46 +00:00
* Undefine functions with Vdu
* Remove unnecessary calls to r_core_cmd in Vdf * Remove call to deprecated 'ab'
This commit is contained in:
parent
7eefc3b582
commit
e50fa3ca7d
@ -680,10 +680,11 @@ R_API void r_core_visual_define (RCore *core) {
|
||||
case 'u':
|
||||
r_meta_del (core->meta, R_META_ANY, off, 1, "");
|
||||
r_flag_unset_i (core->flags, off);
|
||||
r_anal_fcn_del (core->anal, off);
|
||||
break;
|
||||
case 'f':
|
||||
r_core_cmd (core, "af", 0);
|
||||
r_core_cmd (core, "ab", 0);
|
||||
r_core_anal_fcn (core, off, -1, R_ANAL_REF_TYPE_NULL,
|
||||
r_config_get_i (core->config, "anal.depth"));
|
||||
break;
|
||||
case 'q':
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user