From 7733d52f3249fee2a1d875d6923b8d2506dea5e4 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 18 Nov 2012 22:44:40 +0100 Subject: Use status_ask_choice() for the export dialog Remove the export bar and use a simple status_ask_choice() dialog instead. This reduces code complexity and replaces another unnecessary menu by the well-tested dialog feature that is used everywhere else. Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 8b99c04..191dbfd 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -743,7 +743,6 @@ void io_check_file(char *, int *); int io_check_data_files(void); void io_startup_screen(int); void io_export_data(enum export_type); -void io_export_bar(void); void io_import_data(enum import_type, const char *); struct io_file *io_log_init(void); void io_log_print(struct io_file *, int, const char *); -- cgit v1.2.3-54-g00ecf