From cb91584c11da38f21b2d7bf1cea0539a3e5a4532 Mon Sep 17 00:00:00 2001 From: Samuel Dunn Date: Sun, 25 Jun 2017 14:21:40 -0700 Subject: [PATCH] Tidying up. --- interface/wx/imagiff.h | 2 +- interface/wx/imagjpeg.h | 2 +- interface/wx/imagpcx.h | 2 +- interface/wx/imagpng.h | 2 +- interface/wx/imagpnm.h | 2 +- interface/wx/imagtga.h | 2 +- interface/wx/imagtiff.h | 2 -- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/interface/wx/imagiff.h b/interface/wx/imagiff.h index c96b5649a1..128b05935c 100644 --- a/interface/wx/imagiff.h +++ b/interface/wx/imagiff.h @@ -28,4 +28,4 @@ public: protected: virtual bool DoCanRead(wxInputStream& stream); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagjpeg.h b/interface/wx/imagjpeg.h index 0d727e4b7e..3cbd9b2ef8 100644 --- a/interface/wx/imagjpeg.h +++ b/interface/wx/imagjpeg.h @@ -37,4 +37,4 @@ public: protected: virtual bool DoCanRead(wxInputStream& stream); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagpcx.h b/interface/wx/imagpcx.h index ebd1736742..4872dad801 100644 --- a/interface/wx/imagpcx.h +++ b/interface/wx/imagpcx.h @@ -29,4 +29,4 @@ public: protected: virtual bool DoCanRead(wxInputStream& stream); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagpng.h b/interface/wx/imagpng.h index 789732cf02..a87febf1a4 100644 --- a/interface/wx/imagpng.h +++ b/interface/wx/imagpng.h @@ -49,4 +49,4 @@ public: protected: virtual bool DoCanRead( wxInputStream& stream ); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagpnm.h b/interface/wx/imagpnm.h index 8c28a87efd..01f923b59b 100644 --- a/interface/wx/imagpnm.h +++ b/interface/wx/imagpnm.h @@ -29,4 +29,4 @@ public: protected: virtual bool DoCanRead(wxInputStream& stream); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagtga.h b/interface/wx/imagtga.h index cef1392532..b5c2682861 100644 --- a/interface/wx/imagtga.h +++ b/interface/wx/imagtga.h @@ -29,4 +29,4 @@ public: protected: virtual bool DoCanRead(wxInputStream& stream); -}; \ No newline at end of file +}; diff --git a/interface/wx/imagtiff.h b/interface/wx/imagtiff.h index 193e6e4035..260c0ea1de 100644 --- a/interface/wx/imagtiff.h +++ b/interface/wx/imagtiff.h @@ -11,8 +11,6 @@ #define wxIMAGE_OPTION_TIFF_PHOTOMETRIC wxString("Photometric") #define wxIMAGE_OPTION_TIFF_IMAGEDESCRIPTOR wxString("ImageDescriptor") - -// todo: confirm library and category, and generate some real body documentation /** @class wxTIFFHandler