Mercurial > pidgin.yaz
comparison pidgin/gtkimhtml.c @ 22007:c38d72677c8a
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
the existing warnings. I removed a handful of dead code and cleaned up a
couple of things that I stumbled across.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 03 Jan 2008 04:57:40 +0000 |
parents | 07970e819720 |
children | b1a5385de557 9a60b9fab0ea |
comparison
equal
deleted
inserted
replaced
21975:c7c5e2ff2b04 | 22007:c38d72677c8a |
---|---|
287 return pasted; | 287 return pasted; |
288 } | 288 } |
289 #endif | 289 #endif |
290 | 290 |
291 static GtkSmileyTree* | 291 static GtkSmileyTree* |
292 gtk_smiley_tree_new () | 292 gtk_smiley_tree_new (void) |
293 { | 293 { |
294 return g_new0 (GtkSmileyTree, 1); | 294 return g_new0 (GtkSmileyTree, 1); |
295 } | 295 } |
296 | 296 |
297 static void | 297 static void |