summaryrefslogtreecommitdiff
path: root/libjuicer
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-09-10 15:52:56 +0100
committerBastien Nocera <hadess@hadess.net>2011-09-10 15:52:56 +0100
commitc0293ca208426d87919e3668e9179d5015a5dbe4 (patch)
treedda582f20842698ea417d96f4138637005949ce8 /libjuicer
parentd548a011e33963ed32e854ad9d2b54c62a19863f (diff)
build: Remove C++ files
It's been a while we've needed those in sound-juicer actually (since we moved to using HAL for disc detection, a few year ago...)
Diffstat (limited to 'libjuicer')
-rw-r--r--libjuicer/Makefile.am1
-rw-r--r--libjuicer/dummy.cpp21
2 files changed, 0 insertions, 22 deletions
diff --git a/libjuicer/Makefile.am b/libjuicer/Makefile.am
index f134c2b..9844ad6 100644
--- a/libjuicer/Makefile.am
+++ b/libjuicer/Makefile.am
@@ -1,7 +1,6 @@
noinst_LTLIBRARIES = libjuicer.la
libjuicer_la_SOURCES = \
- dummy.cpp \
$(MARSHALFILES) \
sj-structures.h \
sj-structures.c \
diff --git a/libjuicer/dummy.cpp b/libjuicer/dummy.cpp
deleted file mode 100644
index 68c200d..0000000
--- a/libjuicer/dummy.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2005 Ross Burton <ross@burtonini.com>
- *
- * Sound Juicer - dummy.cpp
- *
- * 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * Authors: Ross Burton <ross@burtonini.com>
- */