gitweb: Add author initials in 'blame' view, a la "git gui blame"
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index f1e5ede02189061a99bb1c8600cbe3f0e3c8e41b..c72f125bd4ccd8f5fe38c21a57ac611115519b0a 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -543,7 +543,6 @@ enum rebase_setup_type {
 };
 
 enum push_default_type {
-       PUSH_DEFAULT_UNSPECIFIED = -1,
        PUSH_DEFAULT_NOTHING = 0,
        PUSH_DEFAULT_MATCHING,
        PUSH_DEFAULT_TRACKING,