diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-05-05 00:23:50 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2017-05-07 12:05:48 +0200 |
commit | dc8d0c84ff1f09b25e36313a1de6848f51a32320 (patch) | |
tree | cee1f9834cb2c96db031536921314a284fdb9891 /config.def.h | |
parent | 8fa0effa9846a18a60d3b6a7c96db42a2775a7c6 (diff) |
remove config.def.h: it was not used anymore
thanks tarug0 for reporting it!
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h deleted file mode 100644 index 721392f..0000000 --- a/config.def.h +++ /dev/null @@ -1,3 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -static const unsigned summarylen = 70; /* summary length in the log */ -static const int showlinecount = 1; /* display line count or file size in file tree index */ |