summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
authorGordon Allott <gord.allott@canonical.com>2010-07-22 17:09:29 +0100
committerGordon Allott <gord.allott@canonical.com>2010-07-22 17:09:29 +0100
commit90db43fcfde46b7a5708b1a1679002fdca9f3fbe (patch)
treef0aa20bdfb8d60247f54b4cb735468cfeefcdaff /tests/unit
parent42ff2868657a3676d8a839d7e9a1a65f9242df15 (diff)
fix into the tests
(bzr r384.1.2)
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/test-launcher.vala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/test-launcher.vala b/tests/unit/test-launcher.vala
index dc7a9dc7f..a3305d3fb 100644
--- a/tests/unit/test-launcher.vala
+++ b/tests/unit/test-launcher.vala
@@ -141,9 +141,6 @@ namespace Unity.Tests.Unit
public class TestScrollerChild : ScrollerChild
{
- public override void force_rotation_jump (float degrees)
- {
- }
}
public class LauncherSuite