aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index 3b44d5f6d9..e729aab654 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -2,7 +2,7 @@
* Definitions for alert box routines with toolkit-independent APIs but
* toolkit-dependent implementations.
*
- * $Id: simple_dialog.h,v 1.10 2004/02/11 03:55:47 guy Exp $
+ * $Id: simple_dialog.h,v 1.11 2004/02/12 22:24:27 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -47,10 +47,6 @@ extern "C" {
#define ESD_TYPE_CONFIRMATION 0x02
#define ESD_TYPE_ERROR 0x03
-/* Flag to be ORed with the dialog type, to specify that the dialog is
- to be modal. */
-#define ESD_TYPE_MODAL 0x10
-
/* Which buttons to display. */
#define ESD_BTN_OK 0x01
#define ESD_BTN_CANCEL 0x02