ResourcePack.st
changeset 8522 66f1c511b061
parent 8520 ca6931598931
child 8537 8bd2123b96c6
--- a/ResourcePack.st	Mon Oct 15 14:03:53 2018 +0200
+++ b/ResourcePack.st	Tue Oct 16 17:14:14 2018 +0200
@@ -263,10 +263,7 @@
     "get the full resource definitions for aClass (i.e. with super packs).
      Also leave the resulting pack in the cache for faster access next time."
 
-    |resources|
-
-    resources := self forPackage:(aClass package) cached:cached.
-    ^ resources.
+    ^ self forPackage:(aClass package) cached:cached.
     
 "/    |nm pack rsrcDir baseName|
 "/
@@ -318,6 +315,7 @@
     "
 
     "Modified: / 01-11-2010 / 09:09:43 / cg"
+    "Modified: / 16-10-2018 / 17:12:25 / Stefan Vogel"
 !
 
 forPackage:package