summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-09 13:43:09 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-09 13:43:09 +0100
commit4388fff5376a6e5a6dc8d33e244a1245a728335c (patch)
treedcf1d6f8bfcef6b98fe4edd71dac2aebadb4e6bc /src/wx
parent2c47ecfa01206bb295f76d6a8b328c3cc5c4a3cb (diff)
Properly remove JSON server; remove some unused usings; remove some unnecessary uses of stringstream.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/dolby_certificate_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/dolby_certificate_dialog.cc b/src/wx/dolby_certificate_dialog.cc
index e5bb18962..a05a3bbc7 100644
--- a/src/wx/dolby_certificate_dialog.cc
+++ b/src/wx/dolby_certificate_dialog.cc
@@ -27,7 +27,6 @@
using std::list;
using std::string;
using std::vector;
-using std::stringstream;
using std::cout;
using boost::optional;
using boost::algorithm::split;