* edit.h: Remove some useless definitions.

This commit is contained in:
Pavel Roskin 2001-09-08 05:45:27 +00:00
parent a16f742216
commit ed1d72c662
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2001-09-08 Pavel Roskin <proski@gnu.org>
* edit.h: Remove some useless definitions.
2001-09-07 Pavel Roskin <proski@gnu.org>
* Makefile.am: Don't define "MIDNIGHT" - it's unused now.

View File

@ -370,13 +370,6 @@ extern char *edit_init_error_msg;
#define edit_query_dialog3(h,t,a,b,c) query_dialog(h,t,0,3,a,b,c)
#define edit_query_dialog4(h,t,a,b,c,d) query_dialog(h,t,0,4,a,b,c,d)
#define COLOR_BLACK 0
#define COLOR_WHITE 1
#define CURSOR_TYPE_EDITOR 0
#define option_text_line_spacing 1
#define fixed_font 0
#define color_palette(x) win->color[x].pixel
extern char *home_dir;