mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ void FacebookManager::sendDive()
|
||||||
|
|
||||||
ProfileWidget2 *profile = MainWindow::instance()->graphics();
|
ProfileWidget2 *profile = MainWindow::instance()->graphics();
|
||||||
QPixmap pix = QPixmap::grabWidget(profile);
|
QPixmap pix = QPixmap::grabWidget(profile);
|
||||||
struct dive* d = current_dive;
|
|
||||||
QByteArray bytes;
|
QByteArray bytes;
|
||||||
QBuffer buffer(&bytes);
|
QBuffer buffer(&bytes);
|
||||||
buffer.open(QIODevice::WriteOnly);
|
buffer.open(QIODevice::WriteOnly);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue