From a7cb5194c25da339058facb13e3675003c5580b1 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Thu, 27 May 2010 22:09:28 +0400 Subject: [PATCH] Removed unused defines. Signed-off-by: Andrew Borodin --- src/editor/edit-impl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/editor/edit-impl.h b/src/editor/edit-impl.h index 1ad506754..37b4b5216 100644 --- a/src/editor/edit-impl.h +++ b/src/editor/edit-impl.h @@ -299,10 +299,6 @@ void edit_execute_cmd (WEdit * edit, unsigned long command, int char_for_inserti #define edit_query_dialog2(h,t,a,b) query_dialog (h, t, D_NORMAL, 2, a, b) #define edit_query_dialog3(h,t,a,b,c) query_dialog (h, t, D_NORMAL, 3, a, b, c) -#define color_palette(x) win->color[x].pixel - -#define NUM_SELECTION_HISTORY 64 - #ifndef MAX_PATH_LEN #ifdef PATH_MAX #define MAX_PATH_LEN PATH_MAX -- 2.11.4.GIT