summaryrefslogtreecommitdiff
path: root/riscos/distribution/!Boot/Resources/!Cache/!Boot,feb
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/distribution/!Boot/Resources/!Cache/!Boot,feb')
-rw-r--r--riscos/distribution/!Boot/Resources/!Cache/!Boot,feb17
1 files changed, 0 insertions, 17 deletions
diff --git a/riscos/distribution/!Boot/Resources/!Cache/!Boot,feb b/riscos/distribution/!Boot/Resources/!Cache/!Boot,feb
deleted file mode 100644
index 485bd521d..000000000
--- a/riscos/distribution/!Boot/Resources/!Cache/!Boot,feb
+++ /dev/null
@@ -1,17 +0,0 @@
-If (("<Cache$AppDir>" = "") OR ("<Cache$ForceVars>" = "1")) Then Set Cache$AppDir <Obey$Dir>
-
-IconSprites <Cache$AppDir>.!Sprites
-
-| Find and set up resource paths
-WimpSlot -min 64k -max 64k
-Run <Cache$AppDir>.Resources.ResFind CacheApp
-If (("<Cache$Meta>" = "") OR ("<Cache$ForceVars>" = "1")) Then Set Cache$Meta CacheAppRes:!Meta
-
-| Work out where the cache directory should be -- use Choices$User if set or Default, otherwise.
-Set Cache$Suffix "<Choices$User>"
-If "<Cache$Suffix>" = "" Then Set Cache$Suffix "Default"
-If (("<Cache$Dir>" = "") OR ("<Cache$ForceVars>" = "1")) Then Set Cache$Dir "<Cache$AppDir>.Caches.<Cache$Suffix>"
-Unset Cache$Suffix
-
-| Ensure cache directory exists (sadly, unavoidable)
-CDir <Cache$Dir>