Closed
Bug 238672
Opened 21 years ago
Closed 21 years ago
unused char* in nsWebShellWindow.cpp
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Brade, Assigned: Brade)
Details
in xpfe/appshell/src/nsWebShellWindow.cpp, there is a const char* defined that
isn't used in the file; it should be removed
Index: xpfe/appshell/src/nsWebShellWindow.cpp
===================================================================
RCS file: /cvsroot/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp,v
retrieving revision 1.408
diff -u -r1.408 nsWebShellWindow.cpp
--- xpfe/appshell/src/nsWebShellWindow.cpp 20 Feb 2004 21:38:31 -0000 1.408
+++ xpfe/appshell/src/nsWebShellWindow.cpp 25 Mar 2004 19:06:00 -0000
@@ -158,8 +158,6 @@
#define SIZE_PERSISTENCE_TIMEOUT 500 // msec
-const char * kPrimaryContentTypeValue = "content-primary";
-
struct ThreadedWindowEvent {
PLEvent event;
nsWebShellWindow *window;
Comment 3•21 years ago
|
||
a=mkaply
Assignee | ||
Updated•21 years ago
|
Assignee: general → brade
Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•