mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
D2D: Remove unused function
This commit is contained in:
parent
49dec0a32a
commit
238edf6437
1 changed files with 1 additions and 9 deletions
|
|
@ -413,15 +413,7 @@ public:
|
|||
|
||||
void setSize (Rectangle<int> size)
|
||||
{
|
||||
if (size == frameSize)
|
||||
return;
|
||||
|
||||
resizeSwapChain (size);
|
||||
}
|
||||
|
||||
void resizeSwapChain (Rectangle<int> size)
|
||||
{
|
||||
if (size.isEmpty())
|
||||
if (size == frameSize || size.isEmpty())
|
||||
return;
|
||||
|
||||
// Require the entire window to be repainted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue