Merge lp:~elementary-apps/pantheon-mail/no-pill-toolbar into lp:~elementary-apps/pantheon-mail/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 2009
Merged at revision: 2010
Proposed branch: lp:~elementary-apps/pantheon-mail/no-pill-toolbar
Merge into: lp:~elementary-apps/pantheon-mail/trunk
Diff against target: 20 lines (+0/-13)
1 file modified
src/client/components/pill-toolbar.vala (+0/-13)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-mail/no-pill-toolbar
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+288979@code.launchpad.net

Commit message

remove unused pill toolbar class

Description of the change

Nothing subclasses this anymore ;)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/client/components/pill-toolbar.vala'
2--- src/client/components/pill-toolbar.vala 2016-02-04 16:55:43 +0000
3+++ src/client/components/pill-toolbar.vala 2016-03-14 20:14:46 +0000
4@@ -97,16 +97,3 @@
5 return at_end;
6 }
7 }
8-
9-/**
10- * A pill-style toolbar.
11- */
12-public class PillToolbar : Gtk.Box, PillBar {
13- protected Gtk.ActionGroup action_group { get; set; }
14-
15- public PillToolbar(Gtk.ActionGroup toolbar_action_group) {
16- Object(orientation: Gtk.Orientation.HORIZONTAL, spacing: 6);
17- initialize(toolbar_action_group);
18- }
19-}
20-

Subscribers

People subscribed via source and target branches