aboutsummaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:31:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-01 07:31:28 -0700
commite604888020626b0fbbd2fc9c0b0b64975e9ad6f3 (patch)
tree48c0b789e2d67ec9e4773493a8eb8dc3d4889a56 /Types
parent114cc54b95c03bc766f23274107565cc6d2fb1bb (diff)
downloadsscan-e604888020626b0fbbd2fc9c0b0b64975e9ad6f3.tar.gz
tidy up more comments
Diffstat (limited to 'Types')
-rw-r--r--Types/State.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Types/State.hs b/Types/State.hs
index 02ff6a2..f49ee31 100644
--- a/Types/State.hs
+++ b/Types/State.hs
@@ -95,8 +95,6 @@ data St =
, _stOutFormat :: OutputFormat
, _stOutdir :: FilePath -- ^ where to save final PDFs
}
--- other device-specific scanimage options the old script supported:
--- --swdespeck; --color-filter; --depth
makeLenses ''St