Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8059 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2013-03-09 07:01:15 +00:00
Родитель 2d137b6f8a
Коммит eed625df23
4 изменённых файлов: 13 добавлений и 15 удалений

Просмотреть файл

@ -300,4 +300,3 @@ private:
DEF_GM( return new CubicPathGM; ) DEF_GM( return new CubicPathGM; )
DEF_GM( return new CubicClosePathGM; ) DEF_GM( return new CubicClosePathGM; )

Просмотреть файл

@ -241,4 +241,3 @@ void setUpDebuggingFromArgs(const char* vargs0) {
#endif #endif
setCdbPath(cdbExePath); setCdbPath(cdbExePath);
} }