import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / top.c
index 40955abe63d3a4e362cbdb40d210a13b2540ce9a..2c5edceb543b78b499a4d953710daf5da490af6f 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -445,9 +445,6 @@ void (*registers_changed_hook) PARAMS ((void));
    that several registers have changed (see value_assign). */
 void (*register_changed_hook) PARAMS ((int regno));
 
-/* Tell the GUI that the disassembly flavor has changed */
-void (*disassembly_flavor_hook) PARAMS((char *args, int from_tty));
-
 /* Tell the GUI someone changed LEN bytes of memory at ADDR */
 void (*memory_changed_hook) PARAMS ((CORE_ADDR addr, int len));
 
This page took 0.024192 seconds and 4 git commands to generate.