Skip to content
Snippets Groups Projects
Commit 06a79dcd authored by Demian Katz's avatar Demian Katz
Browse files

Removed unreachable code.

parent 8313f3d4
No related merge requests found
...@@ -455,6 +455,5 @@ class Generator ...@@ -455,6 +455,5 @@ class Generator
default: default:
return imagecolorallocate($im, $v, $p, $q); return imagecolorallocate($im, $v, $p, $q);
} }
return imagecolorallocate($im, $R, $G, $B);
} }
} }
\ No newline at end of file
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