Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy

2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
This commit is contained in:
Kjartan Maraas 2005-11-14 15:18:09 +00:00 committed by Kjartan Maraas
parent c64b931ac0
commit 564a9d03aa
56 changed files with 165 additions and 166 deletions

View file

@ -100,7 +100,7 @@ get_pango_name(FcPattern *pat)
* if not, remove the comma. */
if (str->str[str->len-1] == ',') {
const gchar *lastword;
gint wordlen, i;
gint wordlen;
gboolean word_matches;
const char *modifier_words[] = {
"Oblique", "Italic", "Small-Caps", "Ultra-Light", "Light",
@ -414,8 +414,6 @@ do_open(GnomeVFSMethod *method,
/* handle the .directory file */
if (!strcmp(path, "/.directory")) {
GnomeVFSURI *uri;
uri = gnome_vfs_uri_new(FONT_METHOD_DIRECTORY);
result = gnome_vfs_open_uri_cancellable(
(GnomeVFSHandle **)method_handle, uri, mode, context);