Skip to content

Commit

Permalink
Remove xrepaint_noclear
Browse files Browse the repository at this point in the history
Remove the now obsolete function.
donald committed Mar 22, 2019
1 parent 1ed3a0b commit 1b83466
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions xwin.c
Original file line number Diff line number Diff line change
@@ -59,7 +59,6 @@ extern int xsetup();
extern int xmainloop();
extern void xclear();
extern void xrepaint();
extern void xrepaint_noclear();
extern void xdrawrect();

/*
@@ -498,14 +497,6 @@ void xrepaint()
repaint(xwa.width, xwa.height);
}

void xrepaint_noclear()
{
XWindowAttributes xwa;

XGetWindowAttributes(dpy, win, &xwa);
repaint(xwa.width, xwa.height);
}

void readable_float(float number, char* number_label)
{
char number_string[1024];

0 comments on commit 1b83466

Please sign in to comment.