X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=7359679073692a5db1f416d4c4f0e768044f2d37;hb=a488360f48abbfd6e67576a1844d792b28e6065c;hp=38722f421b79824c79ac9721dfaa01e50e80b97f;hpb=9e7a240dfd75368e1a79c6adb873a2c686639adb;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 38722f42..73596790 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -620,9 +620,6 @@ ObClient *client_search_parent(ObClient *self, ObClient *search); NULL is returned if the given search is not a transient of the client. */ ObClient *client_search_transient(ObClient *self, ObClient *search); -/*! Return the "closest" client in the given direction */ -ObClient *client_find_directional(ObClient *c, ObDirection dir); - /*! Return the closest edge in the given direction */ gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang);