prateek/pidgin

Remove PidginBuddyList->timeout.

2021-06-08, Elliott Sales de Andrade
1c25eac61c19
Remove PidginBuddyList->timeout.

It's claimed to be for tooltips, but the only code that references it removes the timeout source, and nothing sets one up.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/733/
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done