Merge lp:~elementary-pantheon/switchboard-plug-keyboard/xkb-remove-unused-method into lp:~elementary-pantheon/switchboard-plug-keyboard/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Danielle Foré
Approved revision: 518
Merged at revision: 519
Proposed branch: lp:~elementary-pantheon/switchboard-plug-keyboard/xkb-remove-unused-method
Merge into: lp:~elementary-pantheon/switchboard-plug-keyboard/trunk
Diff against target: 14 lines (+0/-4)
1 file modified
src/Layout/XkbModifier.vala (+0/-4)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-keyboard/xkb-remove-unused-method
Reviewer Review Type Date Requested Status
Santiago (community) Approve
Review via email: mp+317717@code.launchpad.net

Commit message

XkbModifier.vala: Remove unused string get_default_command

Description of the change

Solves a compiler warning

To post a comment you must log in.
Revision history for this message
Santiago (santileortiz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Layout/XkbModifier.vala'
2--- src/Layout/XkbModifier.vala 2017-02-12 02:46:10 +0000
3+++ src/Layout/XkbModifier.vala 2017-02-19 01:48:26 +0000
4@@ -105,10 +105,6 @@
5 }
6 }
7
8- public string get_default_command () {
9- return default_command;
10- }
11-
12 public void append_xkb_option ( string xkb_command, string description ){
13 xkb_option_commands += xkb_command;
14 option_descriptions += description;

Subscribers

People subscribed via source and target branches