kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=e789b1740e99d80bb3f19f7538e7bf57e97cea02

commit e789b1740e99d80bb3f19f7538e7bf57e97cea02
Author: Kim Woelders <[email protected]>
Date:   Thu Apr 21 06:56:40 2022 +0200

    moveresize: Remove disabled nogroup move functions
    
    Nogroup operations have been implemented by other means.
---
 src/ipc.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/ipc.c b/src/ipc.c
index d35e869d..5e654f7b 100644
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -405,24 +405,12 @@ doMoveConstrained(EWin * ewin, const char *params)
    return MoveResizeMoveStart(ewin, 0, params, 1, 0);
 }
 
-static int
-doMoveNoGroup(EWin * ewin, const char *params)
-{
-   return MoveResizeMoveStart(ewin, 0, params, 0, 1);
-}
-
 static int
 doSwapMove(EWin * ewin, const char *params)
 {
    Mode.move.swap = 1;
    return MoveResizeMoveStart(ewin, 0, params, 0, 0);
 }
-
-static int
-doMoveConstrainedNoGroup(EWin * ewin, const char *params)
-{
-   return MoveResizeMoveStart(ewin, 0, params, 1, 1);
-}
 #endif
 
 static Timer       *op_timer = NULL;

-- 


Reply via email to