sound: Remove unused files
These were accidentally added as part of ths sound panel redesign.
This commit is contained in:
parent
1f49b2025c
commit
7a65d113f2
3 changed files with 0 additions and 60 deletions
|
@ -1,28 +0,0 @@
|
|||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
|
||||
*
|
||||
* Copyright (C) 2018 Canonical Ltd.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
* published by the Free Software Foundation; either version 2 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define CC_TYPE_ALERT_CHOOSER (cc_alert_chooser_get_type ())
|
||||
G_DECLARE_FINAL_TYPE (CcAlertChooser, cc_alert_chooser, CC, ALERT_CHOOSER, GtkBox)
|
||||
|
||||
G_END_DECLS
|
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<template class="CcAltertSelector" parent="GtkBox">
|
||||
<property name="homogeneous">True</property>
|
||||
<child>
|
||||
<object class="CcSoundButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Bark</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="CcSoundButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Drip</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="CcSoundButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Glass</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="CcSoundButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Sonar</property>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
|
@ -196,7 +196,6 @@ panels/sharing/gnome-sharing-panel.desktop.in.in
|
|||
panels/sharing/org.gnome.controlcenter.remote-login-helper.policy.in.in
|
||||
panels/sound/cc-alert-chooser.c
|
||||
panels/sound/cc-alert-chooser.ui
|
||||
panels/sound/cc-alert-selector.ui
|
||||
panels/sound/cc-balance-slider.ui
|
||||
panels/sound/cc-fade-slider.ui
|
||||
panels/sound/cc-output-test-dialog.c
|
||||
|
|
Loading…
Add table
Reference in a new issue