cairo/doc
Uli Schlachter 6f205ed28f Remove unused _cairo_tee_surface_find_match
A little history digging shows that we only ever had one caller of
_cairo_tee_surface_find_match. Commit 658cdc7c9a "Introduce
cairo_tee_surface_t" added this code to _cairo_surface_clone_similar():

    if (src->type == CAIRO_SURFACE_TYPE_TEE) {
       cairo_surface_t *match;

       match = _cairo_tee_surface_find_match (src,
                                              surface->backend,
                                              content);
       if (match != NULL)
           src = match;
    }

Then, two years later in 2011, commit af9fbd176b "Introduce a new compositor
architecture" removed _cairo_surface_clone_similar() and thus this code became
unused.

This commit drops this unused code.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2023-02-05 16:15:25 +01:00
..
public Remove unused _cairo_tee_surface_find_match 2023-02-05 16:15:25 +01:00
tutorial Use HTTPS URLs for cairographics.org domains 2018-10-16 10:03:01 -07:00
.gitignore Rename .cvsignore to .gitignore. Add *~ and *.o. 2006-02-15 15:00:26 -08:00
bibliography.md docs: Update the bibliography 2023-02-02 08:37:29 +01:00
releasing.md docs: Update the release instruction 2023-02-02 08:37:29 +01:00