From aa74c27f0fee741665613e2330b5e5d9df9cac25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Sat, 13 Sep 2014 21:48:26 +0200 Subject: [PATCH] d&c: remove SG hack --- download_and_compile.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 3b1d5be..79d687d 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION="2.26" +VERSION="2.27" ####################################################### # THANKS TO @@ -476,9 +476,6 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="SIMGEAR"' ]]; then else _gitUpdate $FGSG_UNSTABLE_GIT_BRANCH fi - - # Remove DDS warning message - sed -i s/SG_ALERT,\ \"Image/SG_WARN,\ \"Image/g simgear/scene/model/ModelRegistry.cxx if [ ! "$UPDATE" = "UPDATE" ]; then if [ "$RECONFIGURE" = "y" ]; then