[X2Go-Commits] [x2goclient] 202/257: src/onmainwindow.cpp: drop obsolete pulseVersionTest variable initialization in Windows-only code.

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 16:06:11 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit eff01853cdb26a9f183b4c064aac35a16c613c98
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 4 05:34:34 2016 +0200

    src/onmainwindow.cpp: drop obsolete pulseVersionTest variable initialization in Windows-only code.
---
 debian/changelog     |    2 ++
 src/onmainwindow.cpp |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 946255f..f29882b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -344,6 +344,8 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       the userSshd variable. We don't need it on Windows (and don't define it
       on purpose) because using an user-mode SSH daemon is implied there (for
       now.)
+    - src/onmainwindow.cpp: drop obsolete pulseVersionTest variable
+      initialization in Windows-only code.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index bb029b9..88af812 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -170,7 +170,6 @@ ONMainWindow::ONMainWindow ( QWidget *parent ) :QMainWindow ( parent )
     homeDir=QDir::homePath();
 
 #ifdef Q_OS_WIN
-    pulseVersionTest=0l;
     xorg=0l;
     xDisplay=0;
 #endif

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list