remove unused item

This moved to annexDirect in GitConfig.
This commit is contained in:
Joey Hess 2013-02-14 13:22:56 -04:00
parent 6e0f8c343b
commit 35b7b1a406

View file

@ -108,7 +108,6 @@ data AnnexState = AnnexState
, uuidmap :: Maybe UUIDMap
, preferredcontentmap :: Maybe PreferredContentMap
, shared :: Maybe SharedRepository
, direct :: Maybe Bool
, forcetrust :: TrustMap
, trustmap :: Maybe TrustMap
, groupmap :: Maybe GroupMap
@ -138,7 +137,6 @@ newState gitrepo = AnnexState
, uuidmap = Nothing
, preferredcontentmap = Nothing
, shared = Nothing
, direct = Nothing
, forcetrust = M.empty
, trustmap = Nothing
, groupmap = Nothing