remove references to cacheUrl

This commit is contained in:
Joao Moreno
2016-04-05 08:31:57 +02:00
parent 58dc6a17cf
commit ebc8b06aec
3 changed files with 0 additions and 3 deletions
@@ -101,7 +101,6 @@ export interface IEnvironment {
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
-1
View File
@@ -37,7 +37,6 @@ export interface IProductConfiguration {
date: string;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
extensionTips: { [id: string]: string; };
-1
View File
@@ -113,7 +113,6 @@ export interface IWindowConfiguration extends env.ICommandLineArguments {
crashReporter: Electron.CrashReporterStartOptions;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
extensionTips: { [id: string]: string; };