Fossil SCM

Remove unused local variable from style_footer().

drh 2017-12-05 17:17 trunk
Commit 57ffe304c557d8fe2fd3d64a71902ffdc585ceae3a516b0bbad6852c340d0e10
1 file changed -1
--- src/style.c
+++ src/style.c
@@ -543,11 +543,10 @@
543543
*/
544544
void style_footer(void){
545545
const char *zFooter;
546546
const char *zAd = 0;
547547
unsigned int mAdFlags = 0;
548
- int bMouseover = 0; /* Active hyperlinks after mouseover */
549548
550549
if( !headerHasBeenGenerated ) return;
551550
552551
/* Go back and put the submenu at the top of the page. We delay the
553552
** creation of the submenu until the end so that we can add elements
554553
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button