Skip to content

Commit

Permalink
Fix #23822: Remove tofix from plugins
Browse files Browse the repository at this point in the history
The service hasn't been maintained for years

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19154 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Jul 26, 2024
1 parent 8c1d937 commit eecb39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/org/openstreetmap/josm/plugins/PluginHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ public final class PluginHandler {
new DeprecatedPlugin("javafx-unixoid", inCore),
new DeprecatedPlugin("javafx-windows", inCore),
new DeprecatedPlugin("wikidata", tr(replacedByPlugin, "osmwiki-dataitem")),
new DeprecatedPlugin("mapdust", noLongerRequired)
new DeprecatedPlugin("mapdust", noLongerRequired),
new DeprecatedPlugin("tofix", noLongerRequired)
);
Collections.sort(DEPRECATED_PLUGINS);
}
Expand Down

0 comments on commit eecb39d

Please sign in to comment.