]> git.mdlowis.com Git - proto/labwc.git/commitdiff
include/edges.h: remove unimplemented function
authortokyo4j <hrak1529@gmail.com>
Sat, 2 Aug 2025 07:25:36 +0000 (16:25 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sat, 2 Aug 2025 07:40:04 +0000 (16:40 +0900)
include/edges.h

index 47dd6f1b37dab0fb2f3f2166721c13aa6314893e..38aeb897ef5bbb9c81233ec91a81fb171e069573 100644 (file)
@@ -101,9 +101,6 @@ typedef void (*edge_validator_t)(int *best, struct edge current,
 
 void edges_initialize(struct border *edges);
 
-void edges_adjust_geom(struct view *view, struct border edges,
-       uint32_t resize_edges, struct wlr_box *geom);
-
 void edges_find_neighbors(struct border *nearest_edges, struct view *view,
        struct wlr_box origin, struct wlr_box target,
        struct output *output, edge_validator_t validator, bool ignore_hidden);