Inline url, remove unused definitions
This commit is contained in:
parent
e6726a3e34
commit
d701193f8c
3 changed files with 4 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue