about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 74cadb5..5926bb3 100644
--- a/client.c
+++ b/client.c
@@ -135,6 +135,7 @@ void
 gravitate(Client *c, Bool invert) {
 	int dx = 0, dy = 0;
 
+	return;
 	switch(c->grav) {
 	default:
 		break;