[dw-free] remove unused function LJ::load_log_props2multi
[commit: http://hg.dwscoalition.org/dw-free/rev/24559c4bb3b0]
http://bugs.dwscoalition.org/show_bug.cgi?id=2742
Remove obsolete, now-unused function.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2742
Remove obsolete, now-unused function.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Entry.pm
-------------------------------------------------------------------------------- diff -r 8a4cea92356e -r 24559c4bb3b0 cgi-bin/LJ/Entry.pm --- a/cgi-bin/LJ/Entry.pm Tue Jun 29 15:59:52 2010 -0500 +++ b/cgi-bin/LJ/Entry.pm Thu Jul 01 14:43:12 2010 +0800 @@ -1097,8 +1097,8 @@ sub get_logtext2multi { return _get_posts_raw_wrapper(shift, "text"); } -# this function is used to translate the old get_logtext2multi and load_log_props2multi -# functions into using the new get_posts_raw. eventually, the above functions should +# this function is used to translate the old get_logtext2multi function +# into using the new get_posts_raw. eventually, the above function should # be taken out of the rest of the code, at which point this function can also die. sub _get_posts_raw_wrapper { # args: @@ -1886,20 +1886,6 @@ sub load_log_props2 } # <LJFUNC> -# name: LJ::load_log_props2multi -# class: -# des: -# info: -# args: -# des-: -# returns: -# </LJFUNC> -sub load_log_props2multi { - my ($ids, $props) = @_; - _get_posts_raw_wrapper($ids, "prop", $props); -} - -# <LJFUNC> # name: LJ::delete_entry # des: Deletes a user's journal entry # args: uuserid, jitemid, quick?, anum? --------------------------------------------------------------------------------