gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1938-g1c10aa6
Date: Thu, 24 Apr 2014 20:46:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  1c10aa687b0ca270d292bba5f00a83525285186f (commit)
      from  51fe4e913e8be4220ef76d5f912c23a20c76db2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=1c10aa687b0ca270d292bba5f00a83525285186f


commit 1c10aa687b0ca270d292bba5f00a83525285186f
Author: Bastiaan Jacques <address@hidden>
Date:   Thu Apr 24 22:46:14 2014 +0200

    Remove unused variable.

diff --git a/gui/qt/Qt4Gui.cpp b/gui/qt/Qt4Gui.cpp
index 29f9e07..469fe01 100644
--- a/gui/qt/Qt4Gui.cpp
+++ b/gui/qt/Qt4Gui.cpp
@@ -781,7 +781,6 @@ namespace Qt4GuiPrefs {
 PreferencesDialog::PreferencesDialog(QWidget* parent)
     :
     QDialog(parent),
-    _lcTraceToggle(NULL),
     _rcfile(RcInitFile::getDefaultInstance())
 {
     setWindowTitle(_q("Gnash preferences"));
diff --git a/gui/qt/Qt4Gui.h b/gui/qt/Qt4Gui.h
index 6d18017..c8696be 100644
--- a/gui/qt/Qt4Gui.h
+++ b/gui/qt/Qt4Gui.h
@@ -222,7 +222,6 @@ private:
     QCheckBox* _actionDumpToggle;
     QCheckBox* _malformedSWFToggle;
     QCheckBox* _ASCodingErrorToggle;
-    QCheckBox* _lcTraceToggle;
 
     // Security tab widgets
     QCheckBox* _localHostToggle;

-----------------------------------------------------------------------

Summary of changes:
 gui/qt/Qt4Gui.cpp |    1 -
 gui/qt/Qt4Gui.h   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]