diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:28:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:28:26 +0000 |
| commit | a9dd3d27bc52f853309885b1be02d6efd2d2af48 (patch) | |
| tree | 34ca2469fff6d71a85edef547d793d58fe7a0df7 /src/tools | |
| parent | ad0ddd25c94730bed174756a21c83a348c45687e (diff) | |
Add fopen_boost; remove a couple of defunct usings.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 1d01e4da8..5d2157922 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -62,7 +62,6 @@ using std::map; using std::make_pair; using std::list; using std::exception; -using std::ofstream; using boost::shared_ptr; using boost::dynamic_pointer_cast; |
