mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
selection: remove selection_enabled()
Its name did not reflect its semantics. Since it was only used in a single place, “inline” it there, and get rid of it.
This commit is contained in:
parent
d6b1dbf8d9
commit
eff8481cdc
3 changed files with 4 additions and 12 deletions
|
|
@ -8,7 +8,6 @@
|
|||
extern const struct wl_data_device_listener data_device_listener;
|
||||
extern const struct zwp_primary_selection_device_v1_listener primary_selection_device_listener;
|
||||
|
||||
bool selection_enabled(const struct terminal *term, struct seat *seat);
|
||||
void selection_start(
|
||||
struct terminal *term, int col, int row,
|
||||
enum selection_kind new_kind, bool spaces_only);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue