summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2024-05-12 22:56:18 +0100
committerJames Cowgill <jcowgill@debian.org>2024-05-12 22:56:18 +0100
commit7d78efb67434e124958ad03723765064167ced75 (patch)
tree892670e75300ec465ca9af1208bbb9460090f67f
parent8338dfb54cda19bbdf2b72c7827eb0ac3049683d (diff)
Remove commented out googleapi css in documentation
There isn't actually any privacy breach here (since the line is commented out), but removing it shuts up lintian. Author: James Cowgill <jcowgill@debian.org> Gbp-Pq: Name 01_remove-googleapi-css.patch
-rw-r--r--doc/header.html.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/header.html.in b/doc/header.html.in
index 93d79aa..dd95639 100644
--- a/doc/header.html.in
+++ b/doc/header.html.in
@@ -4,7 +4,6 @@
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
- <!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>