extract: DBSrCellPlaneArea() cb_database_srcellplanearea_t extContainsCellFunc()
This commit is contained in:
parent
321b2d61c7
commit
b3617f603d
|
|
@ -106,7 +106,7 @@ void extDefParentAreaFunc();
|
|||
void extExtractStack();
|
||||
|
||||
bool extContainsGeometry();
|
||||
bool extContainsCellFunc();
|
||||
int extContainsCellFunc(CellUse *use, ClientData cdata); /* cb_database_srcellplanearea_t (const CellUse *allButUse) */
|
||||
bool extTimestampMisMatch();
|
||||
|
||||
/*
|
||||
|
|
@ -806,7 +806,6 @@ extContainsGeometry(def, allButUse, area)
|
|||
Rect *area;
|
||||
{
|
||||
int extContainsPaintFunc();
|
||||
int extContainsCellFunc(CellUse *use, ClientData cdata); /* cb_database_srcellplanearea_t (const CellUse *allButUse) */
|
||||
int pNum;
|
||||
|
||||
if (DBSrCellPlaneArea(def->cd_cellPlane, area,
|
||||
|
|
|
|||
Loading…
Reference in New Issue