summaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-18 12:17:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-18 12:17:33 -0400
commit76fa21235015727ec53e63a44ec833212005153b (patch)
treeba073a552aa62fcdb1770720fbbce74cf20e2576 /Assistant/Alert.hs
parent35f138cc957c51a36949d146c678e37a4e677173 (diff)
unify two similar alerts
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index 40c37a94a..4e733428a 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -239,10 +239,6 @@ commitAlert = activityAlert Nothing
showRemotes :: [Remote] -> TenseChunk
showRemotes = UnTensed . T.unwords . map (T.pack . Remote.name)
-pushAlert :: [Remote] -> Alert
-pushAlert rs = activityAlert Nothing
- [Tensed "Syncing" "Synced", "with", showRemotes rs]
-
pushRetryAlert :: [Remote] -> Alert
pushRetryAlert rs = activityAlert
(Just $ tenseWords [Tensed "Retrying" "Retried", "sync"])