Remove unused tooltip files

This commit is contained in:
Jonas Kvinge 2020-06-20 17:31:36 +02:00
parent bb611bf655
commit e709f676dc
2 changed files with 0 additions and 49 deletions

View File

@ -1,8 +0,0 @@
<h4>%appName</h4>
<p>
%image<br />
%titleKey: %titleValue<br />
%artistKey: %artistValue<br />
%albumKey: %albumValue<br />
%lengthKey: %lengthValue<br />
</p>

View File

@ -1,41 +0,0 @@
<table cellspacing="5" cellpadding="5">
<tr>
<td colspan="%columns">
<center><h4>%appName</h4></center>
</td>
</tr>
<tr>
%image
<td>
<table cellspacing="1" cellpadding="1">
<tr>
<td>
<p align="right">%titleKey</p>
</td>
<td>%titleValue</td>
</tr>
<tr>
<td>
<p align="right">%artistKey</p>
</td>
<td>%artistValue</td>
</tr>
<tr>
<td>
<p align="right">%albumKey</p>
</td>
<td>%albumValue</td>
</tr>
<tr>
<td colspan="2" height="20" />
</tr>
<tr>
<td>
<p align="right">%lengthKey</p>
</td>
<td>%lengthValue</td>
</tr>
</table>
</td>
</tr>
</table>