diff options
| author | jassmith@gmail.com <> | 2010-08-26 11:15:18 -0400 |
|---|---|---|
| committer | jassmith@gmail.com <> | 2010-08-26 11:15:18 -0400 |
| commit | ca43ad3499e4322c7d354792c56fdbab9bf7a9a5 (patch) | |
| tree | 8d88b0a5a79050d47f8fcc91498698eb2dc506bd /unity-private/launcher | |
| parent | a057dad5e0717671429c7d5faea819b2ce1fb7e0 (diff) | |
| parent | 187a9c5671c0bf3ed5e052c373f89fcba9a9ad56 (diff) | |
merge touchy feely branch
(bzr r466)
Diffstat (limited to 'unity-private/launcher')
| -rw-r--r-- | unity-private/launcher/scroller-view.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unity-private/launcher/scroller-view.vala b/unity-private/launcher/scroller-view.vala index 1ae1f4d43..18abbc571 100644 --- a/unity-private/launcher/scroller-view.vala +++ b/unity-private/launcher/scroller-view.vala @@ -586,9 +586,6 @@ namespace Unity.Launcher Cairo.TextExtents real_extents = Cairo.TextExtents (); cr.text_extents (text, out extents); - double w_diff = extents.width - real_extents.width; - double h_diff = extents.height - real_extents.height; - w += extents.width; h += extents.height; cr.set_source_rgba (0.07, 0.07, 0.07, 0.8); |
