Fossil SCM
Remove unused local variable from style_footer().
Commit
57ffe304c557d8fe2fd3d64a71902ffdc585ceae3a516b0bbad6852c340d0e10
Parent
d2e9b37694083c1…
1 file changed
-1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -543,11 +543,10 @@ | ||
| 543 | 543 | */ |
| 544 | 544 | void style_footer(void){ |
| 545 | 545 | const char *zFooter; |
| 546 | 546 | const char *zAd = 0; |
| 547 | 547 | unsigned int mAdFlags = 0; |
| 548 | - int bMouseover = 0; /* Active hyperlinks after mouseover */ | |
| 549 | 548 | |
| 550 | 549 | if( !headerHasBeenGenerated ) return; |
| 551 | 550 | |
| 552 | 551 | /* Go back and put the submenu at the top of the page. We delay the |
| 553 | 552 | ** creation of the submenu until the end so that we can add elements |
| 554 | 553 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -543,11 +543,10 @@ | |
| 543 | */ |
| 544 | void style_footer(void){ |
| 545 | const char *zFooter; |
| 546 | const char *zAd = 0; |
| 547 | unsigned int mAdFlags = 0; |
| 548 | int bMouseover = 0; /* Active hyperlinks after mouseover */ |
| 549 | |
| 550 | if( !headerHasBeenGenerated ) return; |
| 551 | |
| 552 | /* Go back and put the submenu at the top of the page. We delay the |
| 553 | ** creation of the submenu until the end so that we can add elements |
| 554 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -543,11 +543,10 @@ | |
| 543 | */ |
| 544 | void style_footer(void){ |
| 545 | const char *zFooter; |
| 546 | const char *zAd = 0; |
| 547 | unsigned int mAdFlags = 0; |
| 548 | |
| 549 | if( !headerHasBeenGenerated ) return; |
| 550 | |
| 551 | /* Go back and put the submenu at the top of the page. We delay the |
| 552 | ** creation of the submenu until the end so that we can add elements |
| 553 |