summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-20 22:30:49 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-22 10:53:59 +0100
commitc4f817ab8eac3970fa3c0eb42a1f0901d073b415 (patch)
tree3ede107171d1563eaac4fc4e11a27bdd48202c3c /src/webview.h
parentclean up WebView variables names (diff)
downloadrekonq-c4f817ab8eac3970fa3c0eb42a1f0901d073b415.tar.xz
Get rid of m_canEnableAutoScroll
We really need it in just one method. So, it can be a local var...
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index ef44681b..b5a072c7 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -126,7 +126,6 @@ private:
QTimer *const m_autoScrollTimer;
int m_verticalAutoScrollSpeed;
int m_horizontalAutoScrollSpeed;
- bool m_canEnableAutoScroll;
bool m_isViewAutoScrolling;
QPixmap m_autoScrollIndicator;