Inline url, remove unused definitions

This commit is contained in:
John Lewin 2020-06-26 14:17:08 -07:00
parent e6726a3e34
commit d701193f8c
3 changed files with 4 additions and 8 deletions

View file

@ -37,14 +37,11 @@ using MatterHackers.Agg;
using MatterHackers.Agg.Image;
using MatterHackers.Agg.Platform;
using MatterHackers.Agg.UI;
using MatterHackers.MatterControl.DataStorage;
namespace MatterHackers.MatterControl
{
public static class WebCache
{
private static string _cachePath = ".";
private static HashSet<string> savedImages = new HashSet<string>();
/// <summary>