diff --git a/SkeletalAnimationPlugin.cc b/SkeletalAnimationPlugin.cc
index 2a212d286dedcbb1443a15de4983f5d1e96ede91..abbe9c7c4529d6475ef15e200de98bd5d07b9003 100644
--- a/SkeletalAnimationPlugin.cc
+++ b/SkeletalAnimationPlugin.cc
@@ -108,7 +108,6 @@ void SkeletalAnimationPlugin::initializePlugin()
connect( pToolbox_->pbClearSkins, SIGNAL(clicked()), this, SLOT(slotClearSkins()) );
connect( pToolbox_->cbAnimation, SIGNAL(currentIndexChanged(int)), this, SLOT(slotAnimationIndexChanged(int)) );
- connect( pToolbox_->hsFrame, SIGNAL(sliderMoved(int)), this, SLOT(slotFrameChanged(int)) );
connect( pToolbox_->hsFrame, SIGNAL(valueChanged(int)), this, SLOT(slotFrameChanged(int)) );
connect( pToolbox_->pbPlay, SIGNAL(clicked()), this, SLOT( playAnimation() ) );
connect( pToolbox_->pbStop, SIGNAL(clicked()), this, SLOT( stopAnimation() ) );
diff --git a/animationControls.ui b/animationControls.ui
index 2fe854efda5c0eb46e9b6dac62275e4e6dc6d895..47ca5564f00084c6731a7e12fef689ccca52e64c 100644
--- a/animationControls.ui
+++ b/animationControls.ui
@@ -298,22 +298,6 @@
-
- hsFrame
- sliderMoved(int)
- lbFrameNumber
- setNum(int)
-
-
- 168
- 173
-
-
- 268
- 146
-
-
-
hsFrame
valueChanged(int)