]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
pager: make pager_program a file-local static
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 4ff196c25926cb1a6662f7582969ed665bae5ee3..5e50887d63d2cd3883eab8cdea12ad5ee8e19c4d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1733,7 +1733,6 @@ extern int write_file_gently(const char *path, const char *fmt, ...);
 
 /* pager.c */
 extern void setup_pager(void);
-extern const char *pager_program;
 extern int pager_in_use(void);
 extern int pager_use_color;
 extern int term_columns(void);