Skip to content
Snippets Groups Projects
Commit 7d8f2032 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Remove draft fn name

(Old svn revision: 11744)
parent 7c7de338
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ static unsigned long overlapX (int x0, int x1, int tx0, int tx1);
static unsigned long overlapY (int y0, int y1, int ty0, int ty1);
static unsigned long overlap (int x0, int y0, int x1, int y1,
int tx0, int ty0, int tx1, int ty1);
static unsigned long maxspace (int *x, int *y, int *w, int *h);
/* Compute rectangle overlap area */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment