]> git.sesse.net Git - vlc/commitdiff
Revert revision 14781 the sort button was already there.
authorJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 22:38:47 +0000 (22:38 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Fri, 17 Mar 2006 22:38:47 +0000 (22:38 +0000)
share/http/dialogs/playlist

index 5c1e8ac698e808c7d76bfdb4786a87b31f6cf14f..1113e2b5bbc869f571603dbf87f7e1e361d8cc61 100644 (file)
@@ -38,12 +38,6 @@ This dialog needs the following dialogs to be fully functional: <none>
       <img src="images/empty.png" alt="Empty" />
       <span class="btn_text">Empty</span>
     </button>
-    &nbsp;
-    <button id="btn_sort" onclick="pl_sort( 1, 0 );" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Sort" >
-      <img src="images/sort.png" alt="Sort" />
-      <span class="btn_text">Sort</span>
-    </button>
-    &nbsp;
     <button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" >
       <img src="images/shuffle.png" alt="Shuffle" />
       <span class="btn_text">Shuffle</span>