[webkit-changes] cvs commit: WebCore/kdom/impl NodeKeeper.cc
NodeKeeper.h
Maciej
mjs at opensource.apple.com
Sat Jul 9 14:15:04 PDT 2005
mjs 05/07/09 14:15:04
Modified: . ChangeLog
WebCore.pbproj project.pbxproj
Removed: kdom/impl NodeKeeper.cc NodeKeeper.h
Log:
Reviewed by Eric Seidel.
- removed unused files
* kdom/impl/NodeKeeper.cc: Removed.
* kdom/impl/NodeKeeper.h: Removed.
* WebCore.pbproj/project.pbxproj: Remove from +SVG build.
Revision Changes Path
1.4398 +10 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4397
retrieving revision 1.4398
diff -u -r1.4397 -r1.4398
--- ChangeLog 9 Jul 2005 20:18:54 -0000 1.4397
+++ ChangeLog 9 Jul 2005 21:14:59 -0000 1.4398
@@ -1,3 +1,13 @@
+2005-07-09 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Eric Seidel.
+
+ - removed unused files
+
+ * kdom/impl/NodeKeeper.cc: Removed.
+ * kdom/impl/NodeKeeper.h: Removed.
+ * WebCore.pbproj/project.pbxproj: Remove from +SVG build.
+
2005-07-09 David Hyatt <hyatt at apple.com>
Fix for bugzilla bug 3405, replace NodeImpl::Id with a new class,
1.564 +0 -32 WebCore/WebCore.pbproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebCore/WebCore.pbproj/project.pbxproj,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -r1.563 -r1.564
--- project.pbxproj 9 Jul 2005 20:18:58 -0000 1.563
+++ project.pbxproj 9 Jul 2005 21:15:03 -0000 1.564
@@ -7630,7 +7630,6 @@
A821432208794AF900677359,
A821432408794AF900677359,
A821432608794AF900677359,
- A821432808794AF900677359,
A821432A08794AF900677359,
A821432C08794AF900677359,
A821432E08794AF900677359,
@@ -10756,7 +10755,6 @@
A821432108794AF900677359,
A821432308794AF900677359,
A821432508794AF900677359,
- A821432708794AF900677359,
A821432908794AF900677359,
A821432B08794AF900677359,
A821432D08794AF900677359,
@@ -15661,8 +15659,6 @@
A8212F0C08794ABB00677359,
A8212F0D08794ABB00677359,
A8212F0E08794ABB00677359,
- A8212F0F08794ABB00677359,
- A8212F1008794ABB00677359,
A8212F1108794ABB00677359,
A8212F1208794ABB00677359,
A8212F1308794ABB00677359,
@@ -16083,22 +16079,6 @@
refType = 4;
sourceTree = "<group>";
};
- A8212F0F08794ABB00677359 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.cpp;
- path = NodeKeeper.cc;
- refType = 4;
- sourceTree = "<group>";
- };
- A8212F1008794ABB00677359 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = NodeKeeper.h;
- refType = 4;
- sourceTree = "<group>";
- };
A8212F1108794ABB00677359 = {
fileEncoding = 4;
isa = PBXFileReference;
@@ -25350,18 +25330,6 @@
settings = {
};
};
- A821432708794AF900677359 = {
- fileRef = A8212F0F08794ABB00677359;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A821432808794AF900677359 = {
- fileRef = A8212F1008794ABB00677359;
- isa = PBXBuildFile;
- settings = {
- };
- };
A821432908794AF900677359 = {
fileRef = A8212F1108794ABB00677359;
isa = PBXBuildFile;
More information about the webkit-changes
mailing list