r3595 committed - button: visual test includes cleanup

r3595 committed - button: visual test includes cleanup

Revision: 3595
Author: joern.zaefferer
Date: Sun Jan 3 04:58:12 2010
Log: button: visual test includes cleanup
http://code.google.com/p/jquery-ui/source/detail?r=3595
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Sun Jan 3 04:57:12 2010
+++ /branches/dev/tests/visual/button/default.html    Sun Jan 3 04:58:12 2010
@@ -13,8 +13,6 @@
    <script type="text/javascript"
src="../../../ui/jquery.ui.core.js"></script>
    <script type="text/javascript"
src="../../../ui/jquery.ui.widget.js"></script>
    <script type="text/javascript"
src="../../../ui/jquery.ui.button.js"></script>
-    <script type="text/javascript"
src="../../../ui/jquery.ui.position.js"></script>
-    <script type="text/javascript"
src="../../../ui/jquery.ui.tooltip.js"></script>
    <script type="text/javascript">
    $(function() {
        var buttons = $('#push button, #check').button();
--