Skip to content

Commit 06055d9

Browse files
committed
[polly][www] Remove unused VideoJS
These were added in 2011 in 54da06c and 0d90112. It was then incompletely removed in 2015 in c268835: the video itself was removed, but the VideoJS css & script is still loaded.
1 parent 9d2e9ea commit 06055d9

File tree

5 files changed

+0
-2014
lines changed

5 files changed

+0
-2014
lines changed
-45.8 KB
Binary file not shown.

polly/www/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
<title>Polly - Polyhedral optimizations for LLVM</title>
88
<link type="text/css" rel="stylesheet" href="menu.css">
99
<link type="text/css" rel="stylesheet" href="content.css">
10-
<script src="video-js/video.js" type="text/javascript" charset="utf-8"></script>
11-
<script type="text/javascript">
12-
VideoJS.setupAllWhenReady();
13-
</script>
14-
15-
<!-- Include the VideoJS Stylesheet -->
16-
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS">
1710
</head>
1811
<body>
1912
<div id="box">

polly/www/projects.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
<title>Polly - Polyhedral optimizations for LLVM</title>
88
<link type="text/css" rel="stylesheet" href="menu.css">
99
<link type="text/css" rel="stylesheet" href="content.css">
10-
<script src="video-js/video.js" type="text/javascript" charset="utf-8"></script>
11-
<script type="text/javascript">
12-
VideoJS.setupAllWhenReady();
13-
</script>
14-
15-
<!-- Include the VideoJS Stylesheet -->
16-
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS">
1710
</head>
1811
<body>
1912
<div id="box">

polly/www/video-js/video-js.css

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)