Commit 250a9362 authored by nextime's avatar nextime

Clean up unused variables in flag rendering code

parent 3a484773
......@@ -121,7 +121,6 @@ void print_palestinian_flag(void) {
int height = 12;
int width = 40;
int max_triangle = 12;
for (int i = 0; i < height; i++) {
int triangle_width;
......
......@@ -155,7 +155,6 @@ void print_palestinian_flag(void) {
int height = 12;
int width = 40;
int max_triangle = 12;
for (int i = 0; i < height; i++) {
int triangle_width;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment