git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29606
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
Reviewed by Simon.
+ * Dead code, remove it
+
+ * platform/qt/PlatformScrollBarQt.cpp:
+
+2008-01-18 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
+
+ Reviewed by Simon.
+
* Coding-Style fixes.
* platform/qt/PlatformScrollBarQt.cpp:
return true;
}
-bool PlatformScrollbar::handleMouseReleaseEvent(const PlatformMouseEvent& evt)
+bool PlatformScrollbar::handleMouseReleaseEvent(const PlatformMouseEvent&)
{
- const QPoint pos = parent()->convertFromContainingWindow(evt.pos());
- //qDebug() << "PlatformScrollbar::handleMouseReleaseEvent" << m_opt.rect << pos << endl;
m_opt.state &= ~QStyle::State_Sunken;
m_pressedPart = QStyle::SC_None;
m_pressedPos = 0;