diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-17 15:54:05 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-05-17 15:54:05 +0000 |
commit | 08270cbdc48ca17926fd00d4f7d6434d6d7ad026 (patch) | |
tree | dc602804e951e81c5f3915e3d6aaf04a2f397650 /src | |
parent | 869d6d9f4d5057c736c28749740550f367fcf9b7 (diff) |
remove reference to fContext
git-svn-id: http://skia.googlecode.com/svn/trunk@1348 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/SkEGLContext_none.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkEGLContext_none.cpp b/src/utils/SkEGLContext_none.cpp index 1c55c95e36..cb08f400ee 100644 --- a/src/utils/SkEGLContext_none.cpp +++ b/src/utils/SkEGLContext_none.cpp @@ -1,6 +1,6 @@ #include "SkEGLContext.h" -SkEGLContext::SkEGLContext() : fContext(NULL) { +SkEGLContext::SkEGLContext() { } SkEGLContext::~SkEGLContext() { |