|
From: <and...@us...> - 2011-12-08 20:56:43
|
Revision: 12105
http://plplot.svn.sourceforge.net/plplot/?rev=12105&view=rev
Author: andrewross
Date: 2011-12-08 20:56:36 +0000 (Thu, 08 Dec 2011)
Log Message:
-----------
Remove unused variable.
Modified Paths:
--------------
trunk/bindings/qt_gui/plqt.cpp
Modified: trunk/bindings/qt_gui/plqt.cpp
===================================================================
--- trunk/bindings/qt_gui/plqt.cpp 2011-12-08 20:53:37 UTC (rev 12104)
+++ trunk/bindings/qt_gui/plqt.cpp 2011-12-08 20:56:36 UTC (rev 12105)
@@ -1132,7 +1132,6 @@
{
if ( locate_mode )
{
- Qt::KeyboardModifiers modifiers = event->modifiers();
QPoint p = QCursor::pos();
gin.pX = p.x();
gin.pY = height() - p.y();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|