pidgin/pidgin

Fix gentoo-819774.
release-2.x.y
2022-01-24, Gary Kramlich
069808ff898f
Fix gentoo-819774.

I'm not sure if we needed the code that I duplicated but I really don't want to
rock the board anymore with this function. This causes all unit tests to pass
and everthing seems okay now?

Testing Done:
Ran the unit tests with TZ values of empty, `Asia/Kathmandu` and `Pacific/Auckland`.

Reviewed at https://reviews.imfreedom.org/r/1238/
/** @page cipher-signals Cipher Signals
@signals
@signal cipher-added
@signal cipher-removed
@endsignals
@see cipher.h
<hr>
@signaldef cipher-added
@signalproto
void (*cipher_added)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is added.
@param cipher The cipher that was added.
@endsignaldef
@signaldef cipher-removed
@signalproto
void (*cipher_removed)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is removed.
@param cipher The cipher that was removed.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et