From 507baf5abf331bf2043705712d13a9d880e2a682 Mon Sep 17 00:00:00 2001 From: Walter Negro Date: Fri, 21 Jun 2002 20:12:14 +0000 Subject: [PATCH] * include\button.ch - Delete defines defined in TBrowse.ch --- harbour/include/button.ch | 3 --- 1 file changed, 3 deletions(-) diff --git a/harbour/include/button.ch b/harbour/include/button.ch index 59d412306e..87c5db3a29 100644 --- a/harbour/include/button.ch +++ b/harbour/include/button.ch @@ -112,8 +112,5 @@ #define HTGROWBOX HTSIZE #define HTREDUCE HTMINBUTTON #define HTZOOM HTMAXBUTTON -#define TBR_EXIT -1 -#define TBR_CONTINUE 0 -#define TBR_EXCEPTION 1 #endif /* HB_BUTTON_CH_ */