1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Got rid of some very old legacy VC6 workaround typedefs

This commit is contained in:
jules 2018-01-03 09:25:19 +00:00
parent 90f3d11ab8
commit a7e3339f86
15 changed files with 12 additions and 55 deletions

View file

@ -159,11 +159,6 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CameraDevice)
};
#ifndef DOXYGEN
/** This typedef is just for compatibility with VC6 - newer code should use the CameraDevice::Listener class directly. */
typedef CameraDevice::Listener CameraImageListener;
#endif
#endif
} // namespace juce