Fossil SCM

Silence warning about unused variable

andygoth 2018-08-30 16:13 trunk
Commit 2f72c1fbd2a066e50052c042569446a20a3a0758ab1c1011de7e61144692d076
1 file changed -1
--- src/style.c
+++ src/style.c
@@ -89,11 +89,10 @@
8989
static int needGraphJs = 0; /* graph.js */
9090
9191
/*
9292
** Extra JS added to the end of the file.
9393
*/
94
-static Blob blobJs = BLOB_INITIALIZER;
9594
static Blob blobOnLoad = BLOB_INITIALIZER;
9695
9796
/*
9897
** Generate and return a anchor tag like this:
9998
**
10099
--- src/style.c
+++ src/style.c
@@ -89,11 +89,10 @@
89 static int needGraphJs = 0; /* graph.js */
90
91 /*
92 ** Extra JS added to the end of the file.
93 */
94 static Blob blobJs = BLOB_INITIALIZER;
95 static Blob blobOnLoad = BLOB_INITIALIZER;
96
97 /*
98 ** Generate and return a anchor tag like this:
99 **
100
--- src/style.c
+++ src/style.c
@@ -89,11 +89,10 @@
89 static int needGraphJs = 0; /* graph.js */
90
91 /*
92 ** Extra JS added to the end of the file.
93 */
 
94 static Blob blobOnLoad = BLOB_INITIALIZER;
95
96 /*
97 ** Generate and return a anchor tag like this:
98 **
99

Keyboard Shortcuts

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