aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-08-28 17:47:38 +0000
committerTarmac <Unknown>2013-08-28 17:47:38 +0000
commit679b4b4d3b72f3e2dfbc582ded31620a553b8b43 (patch)
treebd6b3496ea30f0d3d3e98aa00385e6fb8e27cec8 /test
parent0110ed56ec2071d91b6da14e34c76219a0f00bce (diff)
parentcf65169f759da649663cf53b6c6e78c74619d1ed (diff)
downloadayatana-indicator-messages-679b4b4d3b72f3e2dfbc582ded31620a553b8b43.tar.gz
ayatana-indicator-messages-679b4b4d3b72f3e2dfbc582ded31620a553b8b43.tar.bz2
ayatana-indicator-messages-679b4b4d3b72f3e2dfbc582ded31620a553b8b43.zip
Remove app-section.[ch], it's not used anymore.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/test-gactionmuxer.cpp1
2 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index fd61653..b679615 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,8 +40,6 @@ noinst_LTLIBRARIES = \
libindicator_messages_service_la_SOURCES = \
$(top_builddir)/common/indicator-messages-service.c \
$(top_builddir)/common/indicator-messages-service.h \
- $(top_srcdir)/src/app-section.c \
- $(top_srcdir)/src/app-section.h \
$(top_srcdir)/src/gactionmuxer.c \
$(top_srcdir)/src/gactionmuxer.h
$(top_srcdir)/src/dbus-data.h
diff --git a/test/test-gactionmuxer.cpp b/test/test-gactionmuxer.cpp
index 129f3a7..78e808f 100644
--- a/test/test-gactionmuxer.cpp
+++ b/test/test-gactionmuxer.cpp
@@ -22,7 +22,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include <gtest/gtest.h>
extern "C" {
-#include "app-section.h"
#include "gactionmuxer.h"
}