[planetblupi] 07/29: Remove stupid code

Didier Raboud odyx at moszumanska.debian.org
Tue Jan 2 08:38:41 UTC 2018


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

odyx pushed a commit to branch debian/master
in repository planetblupi.

commit 14836df8fcf73e334e48b8a47e40fd062e671660
Author: Mathieu Schroeter <mathieu at schroetersa.ch>
Date:   Tue Dec 12 22:44:19 2017 +0100

    Remove stupid code
---
 src/blupi.cxx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/blupi.cxx b/src/blupi.cxx
index 032325c..15784fa 100644
--- a/src/blupi.cxx
+++ b/src/blupi.cxx
@@ -157,11 +157,7 @@ ReadConfig ()
   if (
     !(g_settingsOverload & SETTING_FULLSCREEN) &&
     j.find ("fullscreen") != j.end ())
-  {
     g_bFullScreen = j["fullscreen"].get<bool> ();
-    if (g_bFullScreen != 0)
-      g_bFullScreen = 1;
-  }
 
   if (!(g_settingsOverload & SETTING_ZOOM) && j.find ("zoom") != j.end ())
   {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/planetblupi.git



More information about the Pkg-games-commits mailing list