Remove unused variable
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
08b5ed14d7
commit
4da7ab2431
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user