aboutsummaryrefslogtreecommitdiff
path: root/src/bw.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-11 00:05:19 +0200
committerjcid <devnull@localhost>2008-04-11 00:05:19 +0200
commitfd1460fdb6afff36990cdaddd0d7a3bc72dbc2b9 (patch)
tree8ea69fae0d2819d19a60027b1cbe997ac36858ad /src/bw.c
parente45cbaf8a992eee75a8c60b700ac595ab900d6f5 (diff)
- Implemented a_Dialog_choice5(). May be used by dpis and dillo.
Diffstat (limited to 'src/bw.c')
-rw-r--r--src/bw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bw.c b/src/bw.c
index 54476f54..3f4ff9c1 100644
--- a/src/bw.c
+++ b/src/bw.c
@@ -73,8 +73,6 @@ BrowserWindow *a_Bw_new(int width, int height, uint32_t xid)
bw->PageUrls = dList_new(8);
bw->Docs = dList_new(8);
- bw->question_dialog_data = NULL;
-
bw->num_page_bugs = 0;
bw->page_bugs = dStr_new("");