diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3device.c | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -309,4 +309,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 2006-xx-xx: Version 0.2.6 -- [No changes yet] +- clean up leftovers from the image grab code removal in 0.2.5 (Ville Skyttä) diff --git a/dxr3device.c b/dxr3device.c index 7981ddb..70b5529 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -26,11 +26,6 @@ #include "dxr3tools.h" #include "dxr3osd.h" -extern "C" -{ -#include <jpeglib.h> -} - // ================================== //! constructor cDxr3Device::cDxr3Device() : m_DemuxDevice(cDxr3Interface::Instance()) |