Take care of 'unused parameter' build warnings.
ClosedPublic

Authored by woltherav on Apr 5 2019, 3:22 PM.

Details

Summary

In an attempt at cleanup, I decided to take a look at the build warnings. This diff cleans up all unused parameters, but needs double checking to ensure it doesn't hide an unfinished something or the other.

Test Plan

Clean build. Ran, everything seems to work.

Diff Detail

Repository
R37 Krita
Lint
Lint Skipped
Unit
Unit Tests Skipped
woltherav requested review of this revision.Apr 5 2019, 3:22 PM
woltherav created this revision.
dkazakov accepted this revision.Apr 8 2019, 1:21 PM
dkazakov added a subscriber: dkazakov.

The patch looks fine. Please update the comment I noted inline and push

plugins/dockers/smallcolorselector/KisGLImageWidget.cpp
188

Please also change the comment below to

// Fill with bright color as as default for debugging purposes
This revision is now accepted and ready to land.Apr 8 2019, 1:21 PM
This revision was automatically updated to reflect the committed changes.