summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panels/sound/cc-alert-selector.h28
-rw-r--r--panels/sound/cc-alert-selector.ui31
-rw-r--r--po/POTFILES.in1
3 files changed, 0 insertions, 60 deletions
diff --git a/panels/sound/cc-alert-selector.h b/panels/sound/cc-alert-selector.h
deleted file mode 100644
index c6f4b875f..000000000
--- a/panels/sound/cc-alert-selector.h
+++ /dev/null
@@ -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
diff --git a/panels/sound/cc-alert-selector.ui b/panels/sound/cc-alert-selector.ui
deleted file mode 100644
index 220d791e2..000000000
--- a/panels/sound/cc-alert-selector.ui
+++ /dev/null
@@ -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>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4c7c4781a..e58a1bef5 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -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