aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authoranselm@anselm12008-02-28 20:02:57 +0000
committeranselm@anselm12008-02-28 20:02:57 +0000
commitff1df318e6837d4cde74a567ba937ac6bed2f33b (patch)
treead4ba7bf28f1d3e42c352be4bf8315eb8cf82744 /config.def.h
parent378e932ee50ef030d85a70a65f36a00f62cc12fb (diff)
downloadaur-ff1df318e6837d4cde74a567ba937ac6bed2f33b.tar.gz
removed initags -- we autoselect the first tag in each view instead
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9ecdac5dd7b9..92f1cdc2950a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,6 @@
/* old */
const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
unsigned int vtags[LENGTH(tags)] = { 0 , 0 , 0 , 0 , 0 , 1 , 1 , 1 , 1 };
-Bool initags[LENGTH(tags)] = { [0] = True, [5] = True };
Rule rules[] = {
/* class:instance:title substr tags ref isfloating */