diff options
| author | John Keeping <[email protected]> | 2014-10-05 09:59:03 +0000 |
|---|---|---|
| committer | Lukas Fleischer <[email protected]> | 2014-12-13 11:38:42 +0000 |
| commit | 03f537f1a134c8578ae4c16055596539fbbcc220 (patch) | |
| tree | 4c16fece25d645a7e52565d82833528d3c22d240 /ui-shared.h | |
| parent | ui-shared: remove toggle_ssdiff arg to cgit_commit_link() (diff) | |
| download | cgit-03f537f1a134c8578ae4c16055596539fbbcc220.tar.gz cgit-03f537f1a134c8578ae4c16055596539fbbcc220.zip | |
ui-shared: remove toggle_ssdiff arg to cgit_diff_link()
This argument is never used with a value other than zero, so remove it
and simplify the code.
Signed-off-by: John Keeping <[email protected]>
Diffstat (limited to 'ui-shared.h')
| -rw-r--r-- | ui-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index bb193ec..fc9be3b 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -43,7 +43,7 @@ extern void cgit_snapshot_link(const char *name, const char *title, extern void cgit_diff_link(const char *name, const char *title, const char *class, const char *head, const char *new_rev, const char *old_rev, - const char *path, int toggle_ssdiff); + const char *path); extern void cgit_stats_link(const char *name, const char *title, const char *class, const char *head, const char *path); |
