diff options
author | jao <jao@gnu.org> | 2022-05-12 23:14:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-12 23:14:59 +0100 |
commit | 88017cacad159d826ea8a502e062da079f75e3a2 (patch) | |
tree | 81a35f53da0f5630bb59610736e07b96c6a8fd8a /src/Xmobar/Text/SwaybarClicks.hs | |
parent | ccffb16e0f254db3c07033fafed0d397f005b902 (diff) | |
download | xmobar-88017cacad159d826ea8a502e062da079f75e3a2.tar.gz xmobar-88017cacad159d826ea8a502e062da079f75e3a2.tar.bz2 |
Remove the now useless -DUTF8 flag
Diffstat (limited to 'src/Xmobar/Text/SwaybarClicks.hs')
-rw-r--r-- | src/Xmobar/Text/SwaybarClicks.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Xmobar/Text/SwaybarClicks.hs b/src/Xmobar/Text/SwaybarClicks.hs index c829e65..a06c8a1 100644 --- a/src/Xmobar/Text/SwaybarClicks.hs +++ b/src/Xmobar/Text/SwaybarClicks.hs @@ -23,9 +23,6 @@ import Control.Monad (when) import Data.Aeson - --- import qualified Data.ByteString.Lazy as BL - import GHC.Generics import Xmobar.System.Utils (forkThread) |