aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-21 00:49:18 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-21 00:49:18 +0000
commit8015dd83ae37147bb630d4751030868051ad0cae (patch)
tree410a8490df487a2b382c90303ac13c41a6627bca /tests
parentdd0ac281e920b01a63789893cc3e7422789658dd (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/testmain.cpp10
1 files changed, 0 insertions, 10 deletions
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;