summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2006-04-19 14:13:11 +0000
committerdeva <deva>2006-04-19 14:13:11 +0000
commit1b68dd554e2e238f499ebfd12c222263fe050bd2 (patch)
treefa9fe9e22b232db22a7bf3d45f7d5a4b6825ed7c /client/mainwindow.cc
parenta6aaea79af5c166bcaad26edf6e0f8354f4d2b0b (diff)
*** empty log message ***
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index dd05b69..fa73a9e 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -152,11 +152,7 @@ void MainWindow::snapshot_clicked()
{
MIaV::control.shoot();
- char rgb[720 * 576 * 4];
-
- // QImage screenshot((uchar*)rgb, 720, 576, QImage::Format_RGB32);
QImage screenshot((uchar*)rgb, 720, 576, QImage::Format_RGB32);
- // decoder->snapshot(rgb);
decoder->snapshot((char*)screenshot.bits());
QPixmap *p = new QPixmap();