comparison plugins/timestamp.c @ 13397:779dfb7925be

[gaim-migrate @ 15770] Warning be gone committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 06 Mar 2006 13:08:44 +0000
parents bb17a6cb32dc
children c066473fff04
comparison
equal deleted inserted replaced
13396:bb17a6cb32dc 13397:779dfb7925be
226 226
227 227
228 static gboolean 228 static gboolean
229 plugin_unload(GaimPlugin *plugin) 229 plugin_unload(GaimPlugin *plugin)
230 { 230 {
231 GList *cnvs;
232
233 destroy_timer_list(); 231 destroy_timer_list();
234 232
235 return TRUE; 233 return TRUE;
236 } 234 }
237 235