From 1b68dd554e2e238f499ebfd12c222263fe050bd2 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 19 Apr 2006 14:13:11 +0000 Subject: *** empty log message *** --- client/mainwindow.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/mainwindow.cc') 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(); -- cgit v1.2.3