Skip to content

Commit 01fc92f

Browse files
committed
Remove unused variable
1 parent f7340a2 commit 01fc92f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cs_date_formatter.module

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ function cs_date_formatter_theme($existing, $type, $theme, $path) {
221221
* Custom theme function.
222222
*/
223223
function theme_cs_date_formatter_default($variables) {
224-
$element = $variables['element'];
225224
$value = _cs_date_formatter_get_timestamp($variables['element']);
226225
// @todo make fallback format configurable?
227226
$fallback = format_date($value, 'html_datetime');

0 commit comments

Comments
 (0)