From 884fe02952017ac219cd23f9407d27ed4d8a8620 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 15:55:58 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-redundant-void-a?= =?UTF-8?q?rg=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extension/dependency.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/dependency.cpp') diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 07462e5e7..054fc9b2a 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -94,7 +94,7 @@ Dependency::Dependency (Inkscape::XML::Node * in_repr) Unreference the XML structure. */ -Dependency::~Dependency (void) +Dependency::~Dependency () { Inkscape::GC::release(_repr); } @@ -129,7 +129,7 @@ Dependency::~Dependency (void) found then a TRUE is returned. If we get all the way through the path then a FALSE is returned, the command could not be found. */ -bool Dependency::check (void) const +bool Dependency::check () const { // std::cout << "Checking: " << *this << std::endl; -- cgit v1.2.3