SVN revision: 2236
This commit is contained in:
Michael Jennings 2000-03-15 03:20:30 +00:00
parent 4d1fd23d7e
commit f54c3eeb6e
1 changed files with 0 additions and 4 deletions

View File

@ -548,10 +548,6 @@ handle_selection_request(event_t * ev)
unsigned char
handle_expose(event_t * ev)
{
#ifdef COUNT_X_EVENTS
static long long expose_cnt = 0;
#endif
PROF_INIT(handle_expose);
D_EVENTS(("handle_expose(ev [%8p] on window 0x%08x)\n", ev, ev->xany.window));