From 6c17d7f56c0bbd290f6e03e6fc0955789c82b15c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 11 Mar 2011 19:30:11 +0100 Subject: gui-wizard-gtk: make one-line text elements selectable with mouse Signed-off-by: Denys Vlasenko --- src/include/report/crash_data.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/report/crash_data.h b/src/include/report/crash_data.h index 2dfdb242..3813cabf 100644 --- a/src/include/report/crash_data.h +++ b/src/include/report/crash_data.h @@ -35,9 +35,6 @@ enum { CD_FLAG_ONELINE = (1 << 4), }; -#define IS_TXT(flag) ((flag) & CD_FLAG_TXT) -#define IS_ONELINE(flag) ((flag) & CD_FLAG_ONELINE) - struct crash_item { char *content; unsigned flags; -- cgit