Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10317 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 20, 2009
1 parent 4a0db4f commit 782934f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgscomposerview.cpp
Expand Up @@ -71,7 +71,6 @@ void QgsComposerView::mousePressEvent( QMouseEvent* e )
case MoveItemContent:
{
//store item as member if it is selected and cursor is over item
QGraphicsItem* gitem = itemAt( e->pos());
QgsComposerItem* item = dynamic_cast<QgsComposerItem*>( itemAt( e->pos() ) );
if ( item )
{
Expand Down

0 comments on commit 782934f

Please sign in to comment.