From: Sergio B. <ser...@gm...> - 2021-03-24 23:15:16
|
Hi, I've used the utility callcatcher [1] to detect functions defined but not called. These are the results for Fuse project: Common: compat_get_temp_path divide_refresh_page_state (leftover from 83579d refactoring and c98abd cleanup) divmmc_refresh_page_state (copied from divide) fdd_strerror machine_get_id (leftover from 11b0a22 refactoring of tape_autoload) option_enumerate_media_phantom_typist_mode utils_networking_end utils_networking_init (should be used as both W5100 and TTX2000S initialise sockets) Detected only in widget UIs: debugger_search_instruction event_name menu_file_recording_rollbackto widget_dialog (superseded by widget_dialog_with_border?) widget_draw_rectangle_outline (superseded by widget_draw_rectangle_outline_rounded?) Mostly unimplemented features. Detected only in GTK UI: compat_closedir compat_opendir compat_readdir gtkui_scroll_connect (leftover from b59fc8) menu_beta128a_detail menu_beta128b_detail menu_beta128c_detail menu_beta128d_detail menu_didaktik_a_detail menu_didaktik_b_detail menu_disciple1_detail menu_disciple2_detail menu_filter_detail menu_joystick_1_detail menu_joystick_2_detail menu_keyboard_joystick_detail menu_machine_detail menu_options_fullscreen menu_opus1_detail menu_opus2_detail menu_plus3a_detail menu_plus3b_detail menu_plusd1_detail menu_plusd2_detail menu_tape_detail scaler_select_bitformat ui_widget_end ui_widget_init uidisplay_spectrum_screen utils_read_screen Mostly features for widget UIs. Cheers, Sergio [1] https://github.com/caolanm/callcatcher |