Removed unused method
This commit is contained in:
parent
e9884231d8
commit
ae913b4c1e
1 changed files with 0 additions and 8 deletions
|
|
@ -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],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue