removed another unused function

This commit is contained in:
Sascha Kruse 2013-02-22 16:20:32 +00:00
parent ced9186cf1
commit 138476486e

15
x.c
View File

@ -245,21 +245,6 @@ static void x_win_move(int width, int height)
} }
void eprintf(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
if (fmt[0] != '\0' && fmt[strlen(fmt) - 1] == ':') {
fputc(' ', stderr);
perror(NULL);
}
exit(EXIT_FAILURE);
}
void setopacity(Window win, unsigned long opacity) void setopacity(Window win, unsigned long opacity)
{ {
Atom _NET_WM_WINDOW_OPACITY = Atom _NET_WM_WINDOW_OPACITY =