🧹 Remove page_downgrade_to_2018

This commit is contained in:
Gerber, Mike 2020-02-07 13:59:55 +01:00
parent 423d9c2ed6
commit 135489eaeb

View file

@ -109,16 +109,6 @@ page_validate_xml() {
done done
} }
page_downgrade_to_2018() {
# Not used anymore, but kept if needed in the future
filegrp=$1
local file
for file in `ocrd workspace find -G $filegrp`; do
sed -i 's#pagecontent/[0-9-]*#pagecontent/2018-07-15#g' $file
done
}
page_upgrade_to_2019() { page_upgrade_to_2019() {
filegrp=$1 filegrp=$1