Closed Bug 186412 Opened 22 years ago Closed 14 years ago

unused functions in nsIDrawingSurface

Categories

(Core Graveyard :: GFX, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Future

People

(Reporter: Biesinger, Assigned: kmcclusk)

References

Details

(cc'ing some people who might be interested in this kind of stuff) nsIDrawingSurface has some unused functions: IsOffscreen - only used inside the gfx part of the photon port (ie. this function could be made part of only the photon drawing surface) http://lxr.mozilla.org/seamonkey/search?string=IsOffscreen%5C%28 IsPixelAddressable: lxr finds no function calls, only declarations/Definitions http://lxr.mozilla.org/seamonkey/search?string=IsPixelAddressable GetPixelFomat has three callers in SVG code (one of them in debug code), so it probably can not be removed (on first sight, they look like they really need to call it)
Priority: -- → P3
Target Milestone: --- → Future
Product: Core → Core Graveyard
nsIDrawingSurface no longer exists, and therefore its unused functions are gone too. ;-)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.