Removed unused method

This commit is contained in:
Kieran Eglin 2024-07-19 16:34:15 -07:00
parent e9884231d8
commit ae913b4c1e
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -44,14 +44,6 @@ defmodule Pinchflat.Media.MediaQuery do
) )
end end
# def upload_date_before_source_cutoff do
# dynamic(
# [mi, source],
# not is_nil(source.download_cutoff_date) and
# fragment("date(?) < ?", mi.uploaded_at, source.download_cutoff_date)
# )
# end
def format_matching_profile_preference do def format_matching_profile_preference do
dynamic( dynamic(
[mi, source, media_profile], [mi, source, media_profile],