From 41efbcab381158d46fbc3eb9346b3d32b815ce21 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Fri, 21 Jun 2019 09:23:39 -0400 Subject: [PATCH] Remove bash file that chanced PlaceholderText to Text --- oscar/fix_5-12_UI_files.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 oscar/fix_5-12_UI_files.sh diff --git a/oscar/fix_5-12_UI_files.sh b/oscar/fix_5-12_UI_files.sh deleted file mode 100755 index b3e415af..00000000 --- a/oscar/fix_5-12_UI_files.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# - -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -cd $DIR - -sed -i s/PlaceholderText/Text/ mainwindow.ui -#