summaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 18:05:05 +0200
committerjcid <devnull@localhost>2008-09-30 18:05:05 +0200
commitff1884a3ffd437d00fc64b61f8651ed8208833d7 (patch)
tree6e5203f7dcfb59bbb41c39d1c572296bec2adec3 /src/bw.h
parentbe24f03d5bcddc96cd91f098ff7d8c3305707c2b (diff)
- Removed the button sensitivity timeout.
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bw.h b/src/bw.h
index fffbbb57..9d294db6 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -57,9 +57,6 @@ struct _BrowserWindow
* redirection loops (accounts for WEB_RootUrl only) */
int redirect_level;
- /* flag for button sens idle function */
- int sens_idle_up;
-
/* TODO: maybe this fits better in the linkblock.
* Although having it here avoids having a signal for handling it. */
int num_page_bugs;