mirror of https://github.com/MidnightCommander/mc
* edit.h: Remove some useless definitions.
This commit is contained in:
parent
a16f742216
commit
ed1d72c662
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue