aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-04-04 05:51:55 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-04-04 05:51:55 +0200
commit838d4366a4c5e159ef7cde4caef4d908730df3a7 (patch)
treebe2c10bb1ed240af73abcfb1c89f476d4e298972 /src/sound-service.h
parenteb24b0dbee584427991ae49cbcb94893bdbd47c2 (diff)
downloadayatana-indicator-sound-838d4366a4c5e159ef7cde4caef4d908730df3a7.tar.gz
ayatana-indicator-sound-838d4366a4c5e159ef7cde4caef4d908730df3a7.tar.bz2
ayatana-indicator-sound-838d4366a4c5e159ef7cde4caef4d908730df3a7.zip
Don't build unused files and remove superseded files
Diffstat (limited to 'src/sound-service.h')
-rw-r--r--src/sound-service.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/sound-service.h b/src/sound-service.h
deleted file mode 100644
index 7c5d0c3..0000000
--- a/src/sound-service.h
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifndef __INCLUDE_SOUND_SERVICE_H__
-#define __INCLUDE_SOUND_SERVICE_H__
-
-/*
-Copyright 2010 Canonical Ltd.
-
-Authors:
- Conor Curran <conor.curran@canonical.com>
-
-This program is free software: you can redistribute it and/or modify it
-under the terms of the GNU General Public License version 3, as published
-by the Free Software Foundation.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranties of
-MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
-PURPOSE. See the GNU 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/>.
-*/
-
-#include <config.h>
-#include <unistd.h>
-#include <glib/gi18n.h>
-
-#include <libindicator/indicator-service.h>
-
-#include "dbus-shared-names.h"
-
-// ENTRY AND EXIT POINTS
-void service_shutdown(IndicatorService * service, gpointer user_data);
-int main (int argc, char ** argv);
-
-#endif