mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +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 */
|
/* External Class Implementation */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
RawLoader::RawLoader()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
RawLoader::~RawLoader()
|
RawLoader::~RawLoader()
|
||||||
{
|
{
|
||||||
if (copy && content) {
|
if (copy && content) {
|
||||||
|
|
|
@ -28,7 +28,6 @@ public:
|
||||||
const uint32_t* content = nullptr;
|
const uint32_t* content = nullptr;
|
||||||
bool copy = false;
|
bool copy = false;
|
||||||
|
|
||||||
RawLoader();
|
|
||||||
~RawLoader();
|
~RawLoader();
|
||||||
|
|
||||||
using Loader::open;
|
using Loader::open;
|
||||||
|
|
Loading…
Add table
Reference in a new issue