aboutsummaryrefslogtreecommitdiffstats
path: root/embed/downloader-view.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2004-05-25 05:50:34 +0800
committerXan Lopez <xan@src.gnome.org>2004-05-25 05:50:34 +0800
commitd82f71a93ccd69c96a98bb74390c9dc6d296315c (patch)
treeb8c2327a18aad1cb94f0fcdcead1f01d1a370811 /embed/downloader-view.c
parent869e477e70e60b06a24b2ecb05cf5688cdeae3a1 (diff)
downloadgsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.gz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.bz2
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.lz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.xz
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.tar.zst
gsoc2013-epiphany-d82f71a93ccd69c96a98bb74390c9dc6d296315c.zip
Remove unused field in struct
* embed/downloader-view.c: (update_status_icon): Remove unused field in struct * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix build with 1.8a2
Diffstat (limited to 'embed/downloader-view.c')
-rw-r--r--embed/downloader-view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index c28ff131d..38bbc910a 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -70,7 +70,6 @@ struct DownloaderViewPrivate
typedef struct
{
gboolean is_paused;
- gboolean can_abort;
DownloaderViewPrivate *priv;
} ControlsInfo;