diff -r 84d9eb65b26f -r 518b245aa84c messagingapp/msgui/unifiedviewer/src/uniscrollarea.cpp --- a/messagingapp/msgui/unifiedviewer/src/uniscrollarea.cpp Mon May 03 12:29:07 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/src/uniscrollarea.cpp Fri Jun 25 15:47:40 2010 +0530 @@ -143,22 +143,5 @@ widgetItem->setPos(0, 0); } -//--------------------------------------------------------------- -//UniScrollArea :: upGesture -// @see header file -//--------------------------------------------------------------- -void UniScrollArea::upGesture(int value) -{ - Q_UNUSED(value) -} - -//--------------------------------------------------------------- -//UniScrollArea :: downGesture -// @see header file -//--------------------------------------------------------------- -void UniScrollArea::downGesture(int value) -{ - Q_UNUSED(value) -} // EOF