mirror of https://github.com/MidnightCommander/mc
* gconf.h: Remove some unused defines.
This commit is contained in:
parent
506273750e
commit
04b5b06919
|
@ -1,5 +1,7 @@
|
|||
2001-07-20 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gconf.h: Remove some unused defines.
|
||||
|
||||
* gmc-client.c (main): Use translations from the "mc" domain.
|
||||
|
||||
* gfind.c (setup_gui): Register destroy handler.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#define PORT_HAS_FILE_HANDLERS 1
|
||||
#define PORT_HAS_GETCH 1
|
||||
#define PORT_HAS_MY_SYSTEM 1
|
||||
#define PORT_HAS_DIALOG_TITLE 1
|
||||
#define PORT_WANTS_CLEAN_BUTTON 1
|
||||
#define PORT_HAS_CREATE_PANELS 1
|
||||
#define PORT_HAS_PANEL_UPDATE_COLS 1
|
||||
|
@ -16,7 +15,6 @@
|
|||
#define PORT_HAS_PANEL_ADJUST_TOP_FILE 1
|
||||
#define PORT_HAS_PANEL_RESET_SORT_LABELS 1
|
||||
#define PORT_HAS_FLUSH_EVENTS 1
|
||||
#define PORT_HAS_SET_IDLE 1
|
||||
#define PORT_HAS_BACKTAB_CHAR 1
|
||||
#define PORT_NOT_FOCUS_SELECT_ITEM 1
|
||||
#define PORT_NOT_UNFOCUS_UNSELECT_ITEM 1
|
||||
|
@ -25,7 +23,6 @@
|
|||
#define PORT_HAS_SAVE_PANEL_TYPES 1
|
||||
#define PORT_HAS_DESTROY_CMD 1
|
||||
#define PORT_HAS_RADIO_FOCUS_ITEM 1
|
||||
#define PORT_HAS_DIALOG_STOP 1
|
||||
#define PORT_HAS_DISPLAY_MINI_INFO 1
|
||||
#define PORT_WIDGET_WANTS_HISTORY 0
|
||||
#define PORT_HAS_UPDATE_MARKS 1
|
||||
|
@ -42,7 +39,4 @@
|
|||
#define ILIST_FROM_SW(panel_list) GNOME_ICON_LIST (GTK_BIN (panel_list)->child)
|
||||
#define ICONS_PER_ROW(x) (gnome_icon_list_get_items_per_line (GNOME_ICON_LIST(ILIST_FROM_SW(x->icons))))
|
||||
|
||||
#define mi_getch() fprintf (stderr, "mi_getch is not implemented in this port\n")
|
||||
#define frontend_run_dlg(x) gtkrundlg_event (x)
|
||||
|
||||
void x_flush_events (void);
|
||||
|
|
Loading…
Reference in New Issue