Skip to content

Commit

Permalink
filter unused bbox_set variable in draw_crosshair()
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchippers committed Sep 22, 2023
1 parent 274b4da commit 75e2efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,9 @@ static int waves_callback(int event, int mx, int my, KeySym key, int button, int
void draw_crosshair(int del)
{
int sdw, sdp;
#if defined(FIX_BROKEN_TILED_FILL) || !defined(__unix__)
int bbox_set = xctx->bbox_set;
#endif

sdw = xctx->draw_window;
sdp = xctx->draw_pixmap;
Expand Down

0 comments on commit 75e2efd

Please sign in to comment.