Index: src/core/SkColorTable.cpp |
diff --git a/src/core/SkColorTable.cpp b/src/core/SkColorTable.cpp |
index d11ef78b1a00401fc3061ba78ad86f9a79693601..d7253e1d8c123afb0490080de737af63066b1d94 100644 |
--- a/src/core/SkColorTable.cpp |
+++ b/src/core/SkColorTable.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2009 The Android Open Source Project |
* |
@@ -109,4 +108,3 @@ SkColorTable* SkColorTable::Create(SkReadBuffer& buffer) { |
return new SkColorTable(colors.release(), count, kAllocatedWithMalloc); |
} |
- |