mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
raw_loader: remove unnecessary declaration.
This commit is contained in:
parent
b7312a11d4
commit
59ffa16b32
2 changed files with 0 additions and 6 deletions
|
@ -32,11 +32,6 @@
|
|||
/* External Class Implementation */
|
||||
/************************************************************************/
|
||||
|
||||
RawLoader::RawLoader()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
RawLoader::~RawLoader()
|
||||
{
|
||||
if (copy && content) {
|
||||
|
|
|
@ -28,7 +28,6 @@ public:
|
|||
const uint32_t* content = nullptr;
|
||||
bool copy = false;
|
||||
|
||||
RawLoader();
|
||||
~RawLoader();
|
||||
|
||||
using Loader::open;
|
||||
|
|
Loading…
Add table
Reference in a new issue