mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-29 19:48:26 +00:00
Remove unused code
This commit is contained in:
@ -182,7 +182,6 @@ type Msg
|
||||
|
||||
type SearchType
|
||||
= BasicSearch
|
||||
| ContentSearch
|
||||
| ContentOnlySearch
|
||||
|
||||
|
||||
@ -198,9 +197,6 @@ searchTypeString st =
|
||||
BasicSearch ->
|
||||
"Names"
|
||||
|
||||
ContentSearch ->
|
||||
"Contents"
|
||||
|
||||
ContentOnlySearch ->
|
||||
"Contents Only"
|
||||
|
||||
@ -225,9 +221,6 @@ doSearchCmd flags settings offset scroll model =
|
||||
BasicSearch ->
|
||||
doSearchDefaultCmd flags settings offset scroll model
|
||||
|
||||
ContentSearch ->
|
||||
doSearchDefaultCmd flags settings offset scroll model
|
||||
|
||||
ContentOnlySearch ->
|
||||
doSearchIndexCmd flags settings offset scroll model
|
||||
|
||||
|
Reference in New Issue
Block a user