d&c: remove SG hack
This commit is contained in:
parent
ccc94446df
commit
aa74c27f0f
1 changed files with 1 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
VERSION="2.26"
|
||||
VERSION="2.27"
|
||||
|
||||
#######################################################
|
||||
# THANKS TO
|
||||
|
@ -477,9 +477,6 @@ if [[ "$(declare -p WHATTOBUILD)" =~ '['([0-9]+)']="SIMGEAR"' ]]; then
|
|||
_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
|
||||
cd "$CBD"
|
||||
|
|
Loading…
Reference in a new issue