summaryrefslogtreecommitdiffstats
path: root/patches/patch-chromium.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patch-chromium.sh')
-rwxr-xr-xpatches/patch-chromium.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/patches/patch-chromium.sh b/patches/patch-chromium.sh
index 4843a8441..41f27a992 100755
--- a/patches/patch-chromium.sh
+++ b/patches/patch-chromium.sh
@@ -54,10 +54,6 @@ if [ ! -d "$CHROMIUM_SRC_DIR" ]; then
exit 1;
fi
-echo "Checking out Chromium HEADs..."
-cd $QTWEBENGINE_SRC_DIR
-git submodule update --recursive
-
cd $CHROMIUM_SRC_DIR
echo "Entering $PWD"