diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 15:05:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 15:05:42 +0000 |
| commit | 1d3602b37934c3d0404e6a2fa9a5d3c5f6b70309 (patch) | |
| tree | 6ee6f2af8ce1841e272c21d764f1ddc462792d62 /src/image.cc | |
| parent | 16340d64a8471969b27af4a7782995dd061927b9 (diff) | |
Remove Image:swap(); add some more tests.
Diffstat (limited to 'src/image.cc')
| -rw-r--r-- | src/image.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/image.cc b/src/image.cc index 15ff24dc..15f1e589 100644 --- a/src/image.cc +++ b/src/image.cc @@ -39,9 +39,3 @@ Image::Image (boost::shared_ptr<const Image> other) { } - -void -Image::swap (Image& other) -{ - std::swap (_size, other._size); -} |
