diff: remove "diff-files -q" in a version of Git in a distant future
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 5237d63a71efd2c04354850fb976b254e432a587..a36720752f08fc26ca2ada0b2688b726518e13d6 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -341,8 +341,6 @@ extern int parse_rename_score(const char **cp_p);
 
 extern long parse_algorithm_value(const char *value);
 
-extern void handle_deprecated_show_diff_q(struct diff_options *);
-
 extern int print_stat_summary(FILE *fp, int files,
                              int insertions, int deletions);
 extern void setup_diff_pager(struct diff_options *);