Drop utf8 tweaks in build files

This commit is contained in:
Scott Lahteine
2018-04-15 14:48:47 -05:00
parent 9f8a96fb8a
commit 74f4eb8312
2 changed files with 0 additions and 5 deletions

View File

@@ -43,10 +43,6 @@ before_script:
- cat ${TRAVIS_BUILD_DIR}/Marlin/src/inc/_Version.h
#
script:
#
# Fix include path problem in platformio.ini, U8glib-HAL_ID1932/src/lib/u8g.h
#
- find Marlin/ -name "*.h" | while read a; do sed -e 's|clib/u8g.h|u8g.h|' -i "$a"; done
#
# Backup pins_RAMPS.h
#