From 8015dd83ae37147bb630d4751030868051ad0cae Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Sun, 21 Jun 2009 00:49:18 +0000 Subject: almost there on gm (need to fix image writes/reads/compares) move SkAutoGraphics into SkGraphics.h add [] operators to SkString git-svn-id: http://skia.googlecode.com/svn/trunk@228 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/testmain.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/testmain.cpp b/tests/testmain.cpp index f09fded213..25248a3615 100644 --- a/tests/testmain.cpp +++ b/tests/testmain.cpp @@ -95,16 +95,6 @@ private: bool fAndroidMode; }; -class SkAutoGraphics { -public: - SkAutoGraphics() { - SkGraphics::Init(); - } - ~SkAutoGraphics() { - SkGraphics::Term(); - } -}; - int main (int argc, char * const argv[]) { SkAutoGraphics ag; -- cgit v1.2.3