mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 13:47:59 +02:00
DWriteFactory: Remove unused method
Looks like a copy-paste mistake, since you can't get
This commit is contained in:
parent
1b86b99df9
commit
8f17246dac
1 changed files with 0 additions and 11 deletions
|
|
@ -156,19 +156,8 @@ public:
|
|||
return mFactoryInstance;
|
||||
}
|
||||
|
||||
static RefPtr<IDWriteFactory4> Instance4()
|
||||
{
|
||||
if (!mFactoryInstance4) {
|
||||
if (Instance()) {
|
||||
Instance()->QueryInterface(&mFactoryInstance4);
|
||||
}
|
||||
}
|
||||
return mFactoryInstance4;
|
||||
}
|
||||
|
||||
private:
|
||||
static RefPtr<ID2D1Factory> mFactoryInstance;
|
||||
static RefPtr<IDWriteFactory4> mFactoryInstance4;
|
||||
};
|
||||
|
||||
class WICImagingFactory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue