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

git-admin at x2go.org git-admin at x2go.org
Sat Aug 27 19:26:48 CEST 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 326b4b3cfb87ca9f91e47cb75da4b3db8fc033a7
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 c7cc3ef..535094a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -371,6 +371,8 @@ x2goclient (4.0.5.2-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.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 569679b..1f34331 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