[vlc-commits] Qt: remove unused variable
Jean-Baptiste Kempf
git at videolan.org
Sat May 14 13:06:49 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 14 12:55:22 2011 +0200| [5fa3d992113b418e95f8daa415c563382f5f9e7b] | committer: Jean-Baptiste Kempf
Qt: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5fa3d992113b418e95f8daa415c563382f5f9e7b
---
modules/gui/qt4/dialogs/plugins.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/plugins.cpp b/modules/gui/qt4/dialogs/plugins.cpp
index 4c5f9f7..30e0910 100644
--- a/modules/gui/qt4/dialogs/plugins.cpp
+++ b/modules/gui/qt4/dialogs/plugins.cpp
@@ -393,7 +393,6 @@ void ExtensionItemDelegate::paint( QPainter *painter,
assert( ext != NULL );
int width = option.rect.width();
- int height = option.rect.height();
// Pixmap: buffer where to draw
QPixmap pix(option.rect.size());
More information about the vlc-commits
mailing list