Skip to content

Commit 20dea5c

Browse files
committed
remove unused npaths
1 parent 90e3e1c commit 20dea5c

12 files changed

+0
-24
lines changed

MaterialDesign/wxAwesomeBrandsArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,8 @@ if (count>0) return svg;
971971

972972
// Set color to the first path
973973
int ifirst = svg.Find(NEW_PATH);
974-
int npaths = 0;
975974
wxString tmp;
976975
while (!(ifirst==wxNOT_FOUND)) {
977-
npaths++;
978976
// Add color to the current fill
979977
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
980978
+ "fill=\""

MaterialDesign/wxAwesomeRegularArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,8 @@ if (count>0) return svg;
353353

354354
// Set color to the first path
355355
int ifirst = svg.Find(NEW_PATH);
356-
int npaths = 0;
357356
wxString tmp;
358357
while (!(ifirst==wxNOT_FOUND)) {
359-
npaths++;
360358
// Add color to the current fill
361359
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
362360
+ "fill=\""

MaterialDesign/wxAwesomeSolidArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2807,10 +2807,8 @@ if (count>0) return svg;
28072807

28082808
// Set color to the first path
28092809
int ifirst = svg.Find(NEW_PATH);
2810-
int npaths = 0;
28112810
wxString tmp;
28122811
while (!(ifirst==wxNOT_FOUND)) {
2813-
npaths++;
28142812
// Add color to the current fill
28152813
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
28162814
+ "fill=\""

MaterialDesign/wxFluentuiFilledArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5015,10 +5015,8 @@ if (count>0) return svg;
50155015

50165016
// Set color to the first path
50175017
int ifirst = svg.Find(NEW_PATH);
5018-
int npaths = 0;
50195018
wxString tmp;
50205019
while (!(ifirst==wxNOT_FOUND)) {
5021-
npaths++;
50225020
// Add color to the current fill
50235021
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
50245022
+ "fill=\""

MaterialDesign/wxFluentuiRegularArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5009,10 +5009,8 @@ if (count>0) return svg;
50095009

50105010
// Set color to the first path
50115011
int ifirst = svg.Find(NEW_PATH);
5012-
int npaths = 0;
50135012
wxString tmp;
50145013
while (!(ifirst==wxNOT_FOUND)) {
5015-
npaths++;
50165014
// Add color to the current fill
50175015
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
50185016
+ "fill=\""

MaterialDesign/wxMaterialFilledArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,8 @@ if (count>0) return svg;
42694269

42704270
// Set color to the first path
42714271
int ifirst = svg.Find(NEW_PATH);
4272-
int npaths = 0;
42734272
wxString tmp;
42744273
while (!(ifirst==wxNOT_FOUND)) {
4275-
npaths++;
42764274
// Add color to the current fill
42774275
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
42784276
+ "fill=\""

MaterialDesign/wxMaterialOutlinedArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,8 @@ if (count>0) return svg;
42694269

42704270
// Set color to the first path
42714271
int ifirst = svg.Find(NEW_PATH);
4272-
int npaths = 0;
42734272
wxString tmp;
42744273
while (!(ifirst==wxNOT_FOUND)) {
4275-
npaths++;
42764274
// Add color to the current fill
42774275
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
42784276
+ "fill=\""

MaterialDesign/wxMaterialRoundArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,8 @@ if (count>0) return svg;
42694269

42704270
// Set color to the first path
42714271
int ifirst = svg.Find(NEW_PATH);
4272-
int npaths = 0;
42734272
wxString tmp;
42744273
while (!(ifirst==wxNOT_FOUND)) {
4275-
npaths++;
42764274
// Add color to the current fill
42774275
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
42784276
+ "fill=\""

MaterialDesign/wxMaterialSharpArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,8 @@ if (count>0) return svg;
42694269

42704270
// Set color to the first path
42714271
int ifirst = svg.Find(NEW_PATH);
4272-
int npaths = 0;
42734272
wxString tmp;
42744273
while (!(ifirst==wxNOT_FOUND)) {
4275-
npaths++;
42764274
// Add color to the current fill
42774275
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
42784276
+ "fill=\""

MaterialDesign/wxMaterialTwoToneArt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,10 +4269,8 @@ if (count>0) return svg;
42694269

42704270
// Set color to the first path
42714271
int ifirst = svg.Find(NEW_PATH);
4272-
int npaths = 0;
42734272
wxString tmp;
42744273
while (!(ifirst==wxNOT_FOUND)) {
4275-
npaths++;
42764274
// Add color to the current fill
42774275
tmp.append(svg.substr(0,(size_t)ifirst+NPSIZE-1)
42784276
+ "fill=\""

0 commit comments

Comments
 (0)