mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Direct2D: Remove unused hwnd data member from D2DGraphicsContext::Pimpl
This commit is contained in:
parent
93d227b6af
commit
170b463400
1 changed files with 0 additions and 2 deletions
|
|
@ -662,8 +662,6 @@ private:
|
|||
void adapterCreated (DxgiAdapter::Ptr newAdapter) override;
|
||||
void adapterRemoved (DxgiAdapter::Ptr expiringAdapter) override;
|
||||
|
||||
HWND hwnd = nullptr;
|
||||
|
||||
#if JUCE_DIRECT2D_METRICS
|
||||
int64 paintStartTicks = 0;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue