diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-04 11:35:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-04 11:35:58 +0100 |
| commit | e1e4934599bc244817ae63f4bc9f4a2ba81b1a29 (patch) | |
| tree | ef7c923fac4e64131acc3ccfddc0dddeff0ab428 /src/picture_asset.h | |
| parent | 02a275302dc62e4af3a9dc6873e1dd08022bfabf (diff) | |
Remove _finalized check from picture writer too.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 59c4dc00..2041abb3 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -113,8 +113,6 @@ struct FrameInfo class MonoPictureAssetWriter { public: - ~MonoPictureAssetWriter (); - FrameInfo write (uint8_t* data, int size); void fake_write (int size); void finalize (); |
