mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-21 10:43:51 +00:00
[types] Switching recycling to new subtypes structure
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com> Co-authored-by: Yannik Bloscheck <git@yannikbloscheck.com> Co-committed-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -452,18 +452,6 @@ vector<string> GetLocalizedCuisines(TypesHolder const & types)
|
||||
return GetLocalizedTypes(isCuisine, types);
|
||||
}
|
||||
|
||||
vector<string> GetRecyclingTypes(TypesHolder const & types)
|
||||
{
|
||||
auto const & isRecyclingType = ftypes::IsRecyclingTypeChecker::Instance();
|
||||
return GetRawTypeSecond(isRecyclingType, types);
|
||||
}
|
||||
|
||||
vector<string> GetLocalizedRecyclingTypes(TypesHolder const & types)
|
||||
{
|
||||
auto const & isRecyclingType = ftypes::IsRecyclingTypeChecker::Instance();
|
||||
return GetLocalizedTypes(isRecyclingType, types);
|
||||
}
|
||||
|
||||
string GetLocalizedFeeType(TypesHolder const & types)
|
||||
{
|
||||
auto const & isFeeType = ftypes::IsFeeTypeChecker::Instance();
|
||||
|
||||
Reference in New Issue
Block a user