Description: Fix resources for the S3D examples.
Forwarded: not-needed
Author: Filip Strömbäck <filip@fprg.se>
--- a/root/tutorials/s3d/common.bs
+++ b/root/tutorials/s3d/common.bs
@@ -28,11 +28,6 @@
 		if (f.exists)
 			return f;
 	}
-	if (url = named{:res}.url) {
-		Url f = url / filename;
-		if (f.exists)
-			return f;
-	}
 	throw InternalError("The file ${filename} was not found.");
 }
 
