keyboard: Remove unused CcKeyboardOption.
This commit is contained in:
parent
b031bb5758
commit
7e89c293b0
6 changed files with 0 additions and 530 deletions
|
@ -25,7 +25,6 @@
|
|||
#include "cc-keyboard-shortcut-row.h"
|
||||
#include "cc-keyboard-item.h"
|
||||
#include "cc-keyboard-manager.h"
|
||||
#include "cc-keyboard-option.h"
|
||||
#include "cc-keyboard-panel.h"
|
||||
#include "cc-keyboard-resources.h"
|
||||
#include "cc-keyboard-shortcut-editor.h"
|
||||
|
@ -549,8 +548,6 @@ cc_keyboard_panel_finalize (GObject *object)
|
|||
g_clear_object (&self->accelerator_sizegroup);
|
||||
g_clear_object (&self->input_source_settings);
|
||||
|
||||
cc_keyboard_option_clear_all ();
|
||||
|
||||
if (self->search_bar_handler_id != 0)
|
||||
{
|
||||
window = cc_shell_get_toplevel (cc_panel_get_shell (CC_PANEL (self)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue