[PATCH] Remove unused variable

Anton Lundin glance at acc.umu.se
Tue Dec 30 07:40:47 PST 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/socialnetworks.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp
index ac418f2..5b7c74b 100644
--- a/qt-ui/socialnetworks.cpp
+++ b/qt-ui/socialnetworks.cpp
@@ -202,7 +202,6 @@ void FacebookManager::sendDive()
 
 	ProfileWidget2 *profile = MainWindow::instance()->graphics();
 	QPixmap pix = QPixmap::grabWidget(profile);
-	struct dive* d = current_dive;
 	QByteArray bytes;
 	QBuffer buffer(&bytes);
 	buffer.open(QIODevice::WriteOnly);
-- 
2.1.0



More information about the subsurface mailing list