Skip to content

Commit 9ce032e

Browse files
author
jef
committedMar 20, 2009
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@10317 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c9aab40 commit 9ce032e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/qgscomposerview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ void QgsComposerView::mousePressEvent( QMouseEvent* e )
7171
case MoveItemContent:
7272
{
7373
//store item as member if it is selected and cursor is over item
74-
QGraphicsItem* gitem = itemAt( e->pos());
7574
QgsComposerItem* item = dynamic_cast<QgsComposerItem*>( itemAt( e->pos() ) );
7675
if ( item )
7776
{

0 commit comments

Comments
 (0)
Please sign in to comment.