Remove some dead code

This commit is contained in:
arkon
2022-01-18 17:51:59 -05:00
parent 46ec655db5
commit edd213343b
2 changed files with 0 additions and 20 deletions

View File

@@ -30,13 +30,6 @@ abstract class HttpSource : CatalogueSource {
*/
protected val network: NetworkHelper by injectLazy()
// /**
// * Preferences that a source may need.
// */
// val preferences: SharedPreferences by lazy {
// Injekt.get<Application>().getSharedPreferences(source.getPreferenceKey(), Context.MODE_PRIVATE)
// }
/**
* Base url of the website without the trailing slash, like: http://mysite.com
*/