diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-30 16:40:47 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-30 07:56:06 -0800 |
commit | 4da7ab24312a167079fc0b3e93f8c5257b3099f7 (patch) | |
tree | f0fe403dd27745bf22e605c164201fa90cefcb47 /qt-ui/socialnetworks.cpp | |
parent | 08b5ed14d75e7ef9c4eeeadad8edd38e486db426 (diff) | |
download | subsurface-4da7ab24312a167079fc0b3e93f8c5257b3099f7.tar.gz |
Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/socialnetworks.cpp')
-rw-r--r-- | qt-ui/socialnetworks.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp index ac418f240..5b7c74b42 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); |