tablet_coordinates(): remove unused function

This commit is contained in:
Nick Black 2020-08-14 08:04:26 -04:00
parent 62e9c28a0a
commit 963ac742fb

View File

@ -113,14 +113,6 @@ typedef enum {
// * if focw == backstop, we're done
// * draw through edge
// Returns the starting coordinates (relative to the screen) of the specified
// tablet, and its length. End is (begx + lenx - 1, begy + leny - 1).
static inline void
tablet_coordinates(ncplane* w, int* begy, int* begx, int* leny, int* lenx){
ncplane_yx(w, begy, begx);
ncplane_dim_yx(w, leny, lenx);
}
static int
draw_borders(ncplane* w, unsigned mask, uint64_t channel){
int lenx, leny;