diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atoms.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atoms.c index b01898f78c..c8c217eec7 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atoms.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_atoms.c @@ -63,10 +63,6 @@ _ecore_xcb_atoms_finalize(void) * @p reply is @c NULL, the NULL atom is returned. Otherwise, the atom * associated to the name is returned. * - * To use this function, you must call before, and in order, - * ecore_x_atom_get_prefetch(), which sends the InternAtom request, - * then ecore_x_atom_get_fetch(), which gets the reply. - * * @ingroup Ecore_X_Atom_Group */ EAPI Ecore_X_Atom diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c index bbca2a5aba..58444cdf1f 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c @@ -507,12 +507,6 @@ ecore_x_region_extents(Ecore_X_Region dest, * @param bounds The returned bounds of the region. * @return The returned rectangles. * - * The @p region passed to ecore_xcb_region_fetch_prefetch() is - * returned as a list of rectagles in XY-banded order. - * - * To use this function, you must call before, and in order, - * ecore_xcb_region_fetch_prefetch(), which sends the XFixesFetchRegion request, - * then ecore_xcb_region_fetch_fetch(), which gets the reply. * @ingroup Ecore_X_Fixes_Group */ EAPI Ecore_X_Rectangle *