Wed Apr 24 22:34:59 2002 Michael Jennings (mej)

Fix warning.


SVN revision: 6178
This commit is contained in:
Michael Jennings 2002-04-25 02:35:52 +00:00
parent 498c820020
commit d6c4f56dcc
2 changed files with 4 additions and 1 deletions

View File

@ -4593,3 +4593,7 @@ Wed Apr 24 22:27:51 2002 Michael Jennings (mej)
Save buttonbar info when we save theme settings.
----------------------------------------------------------------------
Wed Apr 24 22:34:59 2002 Michael Jennings (mej)
Fix warning.
----------------------------------------------------------------------

View File

@ -3821,7 +3821,6 @@ save_config(char *path, unsigned char save_theme)
if (save_theme) {
for (bbar = buttonbar; bbar; bbar = bbar->next) {
unsigned long tmp;
button_t *b;
fprintf(fp, "begin button_bar\n");