From 06a79dcdb509654e2cd363a19db4d0c15ff3cd4b Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 24 Apr 2014 14:39:09 -0400 Subject: [PATCH] Removed unreachable code. --- module/VuFind/src/VuFind/Cover/Generator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Cover/Generator.php b/module/VuFind/src/VuFind/Cover/Generator.php index eca68280d8c..8b7f2090459 100644 --- a/module/VuFind/src/VuFind/Cover/Generator.php +++ b/module/VuFind/src/VuFind/Cover/Generator.php @@ -455,6 +455,5 @@ class Generator default: return imagecolorallocate($im, $v, $p, $q); } - return imagecolorallocate($im, $R, $G, $B); } } \ No newline at end of file -- GitLab