Treatments don't have settings.

Before this, treatments preferences opened preferencs of the
oref0 sensitivity plugin.
This commit is contained in:
Johannes Mockenhaupt 2018-06-24 16:39:56 +02:00
parent 8c695255d6
commit dcdbe7791f
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -78,7 +78,6 @@ public class TreatmentsPlugin extends PluginBase implements TreatmentsInterface
.fragmentClass(TreatmentsFragment.class.getName())
.pluginName(R.string.treatments)
.shortName(R.string.treatments_shortname)
.preferencesId(R.xml.pref_absorption_oref0)
.alwaysEnabled(true)
.description(R.string.description_treatments)
);