]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
refactor tree_move() into src/move.c, change config (!), change testcase
[i3/i3] / include / tree.h
index c93d4c22f87df2d0fbb0b910801d8a3c64910ae9..40d9a5417714a9c76ec1268b641dce8ca52d8919 100644 (file)
@@ -65,13 +65,6 @@ void tree_close_con();
  */
 void tree_next(char way, orientation_t orientation);
 
-/**
- * Moves the current container in the given way (next/previous) and given
- * orientation (horizontal/vertical).
- *
- */
-void tree_move(char way, orientation_t orientation);
-
 /**
  * Closes the given container including all children
  *