Skip to content

Commit

Permalink
clang-tidy: remove redundant specifiers
Browse files Browse the repository at this point in the history
Found with readability-redundant-access-specifiers

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and hassec committed Jun 27, 2021
1 parent 430ff1c commit 97cf02b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/exiv2/properties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ namespace Exiv2 {
//! Internal virtual copy constructor.
XmpKey* clone_() const override;

private:
// Pimpl idiom
struct Impl;
std::unique_ptr<Impl> p_;
Expand Down
1 change: 0 additions & 1 deletion include/exiv2/tags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ namespace Exiv2 {
//! Internal virtual copy constructor.
ExifKey* clone_() const override;

private:
// Pimpl idiom
struct Impl;
std::unique_ptr<Impl> p_;
Expand Down
1 change: 0 additions & 1 deletion include/exiv2/webpimage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ namespace Exiv2 {
bool has_alpha, bool has_icc, int width,
int height);

private:
static const byte WEBP_PAD_ODD;
static const int WEBP_TAG_SIZE;
static const int WEBP_VP8X_ICC_BIT;
Expand Down

0 comments on commit 97cf02b

Please sign in to comment.