This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Removed some debugging output
tags/2021-05-28
Tom Poole
7 years ago
parent
a9eb179dc2
commit
3df62d74be
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/juce_video/native/juce_win32_CameraDevice.h
+ 0
- 1
modules/juce_video/native/juce_win32_CameraDevice.h
View File
@@ -622,7 +622,6 @@ private:
if (! duplicate)
{
DBG ("Camera capture size: " + String (w) + ", " + String (h));
widths.add (w);
heights.add (h);
}
Write
Preview
Loading…
Cancel
Save