remove unused variable randomize.

2004-02-03  Manish Singh  <yosh@gimp.org>

        * plug-ins/maze/maze_face.c (maze_dialog): remove unused variable
        randomize.
This commit is contained in:
Manish Singh 2004-02-03 19:23:43 +00:00 committed by Manish Singh
parent c783a2918b
commit b720fb2a9b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-03 Manish Singh <yosh@gimp.org>
* plug-ins/maze/maze_face.c (maze_dialog): remove unused variable
randomize.
2004-02-03 Manish Singh <yosh@gimp.org>
* gimptool-2.0.in: use GIMP_API_VERSION.

View File

@ -179,7 +179,6 @@ maze_dialog (void)
gint trow = 0;
gchar *message;
gboolean randomize = FALSE;
gimp_ui_init ("maze", FALSE);