Closed
Bug 230457
Opened 21 years ago
Closed 21 years ago
Removing fantom method from nsImageBeOS
Categories
(Core Graveyard :: GFX: BeOS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sergei_d, Assigned: sergei_d)
Details
Attachments
(1 file)
2.24 KB,
patch
|
Biesinger
:
review+
|
Details | Diff | Splinter Review |
There is
NS_IMETHOD DrawTile(nsIRenderingContext &aContext, nsDrawingSurface aSurface,
nsRect &aSrcRect, nsRect &aTileRect);
which is nowhere decalred besides
http://lxr.mozilla.org/seamonkey/source/gfx/src/beos/nsImageBeOS.h#75
and nowhere used.
Probably obsolete/deprecated.
Seems reasonable to remove it from there
Assignee | ||
Comment 1•21 years ago
|
||
Removing fantom method
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 138704 [details] [diff] [review]
Patch (diff -uwp)
timeless, you like to remove various crap, AFAIK:)
Attachment #138704 -
Flags: review?(timeless)
Comment on attachment 138704 [details] [diff] [review]
Patch (diff -uwp)
yeah, but when i can avoid thinking about image apis i do :)
Attachment #138704 -
Flags: review?(timeless) → review?(cbiesinger)
Updated•21 years ago
|
Attachment #138704 -
Flags: review?(cbiesinger) → review+
Updated•21 years ago
|
Assignee: arougthopher → sergei_d
Comment 4•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•