summaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Operations.hs b/Operations.hs
index ae95d9e..e516381 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -451,10 +451,6 @@ initColor dpy c = (color_pixel . fst) `liftM` allocNamedColor dpy colormap c
------------------------------------------------------------------------
-- | Floating layer support
--- | Make a floating window tiled
-sink :: Window -> X ()
-sink = windows . W.sink
-
-- | Make a tiled window floating, using its suggested rectangle
float :: Window -> X ()
float w = withDisplay $ \d -> do