diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:35:12 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-05-27 10:35:12 +0000 |
| commit | 05a6cdb8047e9ffedeb27ebc025ea7b700402e29 (patch) | |
| tree | c3ad8fe529e8b9f4bbe444fc9db6b032f6c2bd87 /src/ui/tools | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.tar.gz inkscape-05a6cdb8047e9ffedeb27ebc025ea7b700402e29.zip | |
Hackfest2019: Rm tautological tests
Diffstat (limited to 'src/ui/tools')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index 726703ebd..70ab0f8db 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -1285,7 +1285,6 @@ void PenTool::_setInitialPoint(Geom::Point const p) { * two parameters ("angle %3.2f°, distance %s"). */ void PenTool::_setAngleDistanceStatusMessage(Geom::Point const p, int pc_point_to_compare, gchar const *message) { - g_assert(this != nullptr); g_assert((pc_point_to_compare == 0) || (pc_point_to_compare == 3)); // exclude control handles g_assert(message != nullptr); |
