From c0197404a15a3937ef3cd21f48a09e691a96518f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 May 2014 21:03:20 +0300 Subject: fix code style. --- src/animatedsprite_unittest.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/animatedsprite_unittest.cc') diff --git a/src/animatedsprite_unittest.cc b/src/animatedsprite_unittest.cc index 3e1695d10..c8c1e7d80 100644 --- a/src/animatedsprite_unittest.cc +++ b/src/animatedsprite_unittest.cc @@ -52,8 +52,7 @@ static void init() TEST(AnimatedSprite, basic) { - Client::Options options; - client = new Client(options); + client = new Client; init(); AnimatedSprite *sprite = AnimatedSprite::load( @@ -77,9 +76,7 @@ TEST(AnimatedSprite, basic) TEST(AnimatedSprite, basic2) { - Client::Options options; - client = new Client(options); - + client = new Client; init(); AnimatedSprite *sprite = AnimatedSprite::load( "graphics/sprites/test.xml", 0); -- cgit v1.2.3-70-g09d2