Skip to content

Commit

Permalink
Code: Removed all references to EveMarketer
Browse files Browse the repository at this point in the history
Merge Feature
  • Loading branch information
GoldenGnu committed May 22, 2024
2 parents 3e1f827 + b7794db commit 0c39898
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ jEveAssets use the Fuzzwork API to get price data
Link:
https://market.fuzzwork.co.uk/api

________________________________________________________________________________
_EVEMARKETER____________________________________________________________________

jEveAssets use the EveMarketer API to get price data

Link:
https://evemarketer.com

________________________________________________________________________________
_JANICE_________________________________________________________________________

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
public class PriceDataSettings {

public enum PriceSource {
/*
EVEMARKETER(PricingFetch.EVEMARKETER, LocationType.REGION, 10000002L, Images.LINK_EVEMARKETER.getIcon()) {
@Override String getI18N() {
return DataModelPriceDataSettings.get().sourceEvemarketer();
}
},
*/
FUZZWORK(PricingFetch.FUZZWORK, LocationType.REGION, 10000002L, Images.LINK_FUZZWORK.getIcon()) {
@Override String getI18N() {
return DataModelPriceDataSettings.get().sourceFuzzwork();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public AboutDialog(final Program program) {
+ "<b>Content</b><br>"
+ "&nbsp;<a href=\"https://www.eveonline.com/\">EVE-Online</a> (api and sde)<br> "
+ "&nbsp;<a href=\"https://market.fuzzwork.co.uk/api/\">fuzzwork.co.uk</a> (price data api)<br>"
+ "&nbsp;<a href=\"https://evemarketer.com/\">EveMarketer.com</a> (price data api)<br>"
+ "&nbsp;<a href=\"https://janice.e-351.com/api/rest/docs/index.html\">Janice</a> (price data api)<br>"
+ "&nbsp;<a href=\"https://github.com/zKillboard/zKillboard/wiki/API-(Prices)\">zKillboard</a> (price history api)<br>"
+ "&nbsp;<a href=\"http://www.famfamfam.com/lab/icons/silk/\">Silk icons</a> (icons)<br>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public DataModelPriceDataSettings(final Locale locale) {
super(locale);
}

public abstract String sourceEvemarketer();
public abstract String sourceFuzzwork();
public abstract String sourceEveTycoon();
public abstract String sourceJanice();
Expand Down
1 change: 0 additions & 1 deletion src/main/java/net/nikr/eve/jeveasset/i18n/GuiShared.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public GuiShared(final Locale locale) {
public abstract String errorLoadingProfileTitle();
public abstract String eveCookbook();
public abstract String eveInfo();
public abstract String eveMarketer();
public abstract String eveMissioneer();
public abstract String eveRef();
public abstract String eveTycoon();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sourceEvemarketer=EveMarketer.com
sourceFuzzwork=fuzzwork.co.uk
sourceEveTycoon=EveTycoon.com
sourceJanice=Janice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ The profile is now empty.
errorLoadingProfileTitle=Profile Corrupted
eveCookbook=Eve Cookbook
eveInfo=EveInfo
eveMarketer=EveMarketer
eveMissioneer=EVEMissioneer
eveRef=EVE Ref
eveTycoon=Eve Tycoon
Expand Down

0 comments on commit 0c39898

Please sign in to comment.