Browse Source

Removed the leak detector from AffineTransform to avoid false alarms with static instances of the class. (You should never allocate one of these on the heap anyway)

tags/2021-05-28
jules 10 years ago
parent
commit
9be3d67ab8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      modules/juce_graphics/geometry/juce_AffineTransform.h

+ 0
- 5
modules/juce_graphics/geometry/juce_AffineTransform.h View File

@@ -275,11 +275,6 @@ public:
*/
float mat00, mat01, mat02;
float mat10, mat11, mat12;
private:
//==============================================================================
JUCE_LEAK_DETECTOR (AffineTransform)
};
#endif // JUCE_AFFINETRANSFORM_H_INCLUDED

Loading…
Cancel
Save