aboutsummaryrefslogtreecommitdiff
path: root/Types/View.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-22 13:35:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-22 13:35:50 -0400
commit8e609f7a026795a106a819916e7d6756544b528e (patch)
tree04f3de0c13ba86df8da47559369ff7565a210679 /Types/View.hs
parent067aaa4b4ef6a56e67caad1933812083ac09ce16 (diff)
factor out new module
Diffstat (limited to 'Types/View.hs')
-rw-r--r--Types/View.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Types/View.hs b/Types/View.hs
index 04b002879..618193cf9 100644
--- a/Types/View.hs
+++ b/Types/View.hs
@@ -35,10 +35,6 @@ data ViewComponent = ViewComponent
instance Arbitrary ViewComponent where
arbitrary = ViewComponent <$> arbitrary <*> arbitrary <*> arbitrary
-{- Only files with metadata matching the view are displayed. -}
-type FileView = FilePath
-type MkFileView = FilePath -> FileView
-
data ViewFilter
= FilterValues (S.Set MetaValue)
| FilterGlob String