diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
commit | 19691923340e5984e3ace837d39938f718fee608 (patch) | |
tree | 85dd4ddab8e9c9b5632a92710dc36441a0fc7f6b /plugin | |
parent | 2e4175d84cc0ca765fdc0b03bf5c8420deeec268 (diff) |
Removed the last Conf:: namespace usage and replaced it with Settings.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 40233b4..779f54b 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -19,7 +19,6 @@ DG_SRC = \ @top_srcdir@/src/channelmixer.cc \ @top_srcdir@/src/chresampler.cc \ @top_srcdir@/src/configfile.cc \ - @top_srcdir@/src/configuration.cc \ @top_srcdir@/src/configparser.cc \ @top_srcdir@/src/drumgizmo.cc \ @top_srcdir@/src/drumkit.cc \ |