diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-21 23:30:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-27 00:12:11 +0000 |
| commit | 524e8a3b57652195f78d8bfd1c13233a8ed7b669 (patch) | |
| tree | 65d04a4ab9ad25e9665732b9d43e37e5f3eb6fe1 /src/lib/config.cc | |
| parent | 50b2a3b1e633ea465802601b8ac992a6159f77cf (diff) | |
Remove unused Config::Changed signal.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 50b5ae941..7c52dc170 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -96,8 +96,6 @@ Config::Config () _sound_processor = SoundProcessor::from_id (v); } } - - Changed (); } /** @return Filename to write configuration to */ |
