removed unused code and unused parameters passed to

2006-04-29  Sven Neumann  <sven@gimp.org>

	* app/dialogs/user-install-dialog.[ch]: removed unused code and
	unused parameters passed to user_install_dialog_run().
This commit is contained in:
Sven Neumann 2006-04-28 23:05:08 +00:00 committed by Sven Neumann
parent 5fc5ffd788
commit 8d33bc6100
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@
#define __USER_INSTALL_DIALOG_H__
void user_install_dialog_run (const gchar *alternate_system_gimprc,
const gchar *alernate_gimprc,
gboolean verbose);
void user_install_dialog_run (gboolean verbose);
#endif /* __USER_INSTALL_DIALOG_H__ */