From 25f95d28c7e8b3e58cd213ac344f8f8be4167652 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Thu, 29 Aug 2019 23:41:33 +0200
Subject: [PATCH] Remove unused Twig-template; it was rendered useless in #1058

---
 templates/errorreport_mail.twig | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 templates/errorreport_mail.twig

diff --git a/templates/errorreport_mail.twig b/templates/errorreport_mail.twig
deleted file mode 100644
index e549912e2..000000000
--- a/templates/errorreport_mail.twig
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-    <title>SimpleSAMLphp Email report</title>
-    <style type="text/css">
-pre, div.box {
-        margin: .4em 2em .4em 1em;
-        padding: 4px;
-
-}
-pre {
-        background: #eee;
-        border: 1px solid #aaa;
-}
-div.container {
-        background: #fafafa;
-        border: 1px solid #eee;
-        margin: 2em;
-        padding: .6em;
-}
-    </style>
-</head>
-<body>
-<div class="container">
-{{ body }}
-</div>
-</body>
-</html>
-- 
GitLab