Closed
Bug 203396
Opened 22 years ago
Closed 22 years ago
unused variables in nsRegion::SubRect
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
916 bytes,
patch
|
mkaply
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
/swap/BEOS/mozilla/gfx/src/nsRegion.cpp: In method `void nsRegion::SubRect(const
struct nsRectFast &, class nsRegion &, class nsRegion &) const':
/swap/BEOS/mozilla/gfx/src/nsRegion.cpp:981: warning: unused variable `const
nscoord iw'
/swap/BEOS/mozilla/gfx/src/nsRegion.cpp:977: warning: unused variable `const
nscoord bh'
/swap/BEOS/mozilla/gfx/src/nsRegion.cpp:974: warning: unused variable `const
nscoord bw'
Attachment #121722 -
Flags: superreview?(roc+moz)
Attachment #121722 -
Flags: review?(mkaply)
Comment 2•22 years ago
|
||
Comment on attachment 121722 [details] [diff] [review]
remove unused variables
as long as it builds
Attachment #121722 -
Flags: review?(mkaply) → review+
Attachment #121722 -
Attachment is obsolete: true
Attachment #121722 -
Flags: superreview?(roc+moz) → superreview+
Attachment #121722 -
Attachment is obsolete: false
checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•