Skip to content
Snippets Groups Projects
Commit 309089ba authored by Václav Mareš's avatar Václav Mareš Committed by Jan Trávníček
Browse files

Remove unused events

parent 63e7dc65
No related branches found
No related tags found
No related merge requests found
......@@ -64,15 +64,6 @@ void GraphicsBox::removeInput(GraphicsConnection *connection)
m_InConnections.removeOne( connection );
}
 
void GraphicsBox::disconnectInputEvent( WrapperBox* origin, GraphicsConnection *connection)
{
m_wrapper->removeInput( origin, connection );
}
void GraphicsBox::disconnectOutputEvent()
{
m_wrapper->removeOutput();
}
 
QPointF GraphicsBox::getConnectionOrigin()
{
......
......@@ -26,8 +26,6 @@ public:
void addInput( GraphicsConnection* connection );
void removeOutput();
void removeInput( GraphicsConnection* connection );
void disconnectInputEvent(WrapperBox *origin, GraphicsConnection* connection );
void disconnectOutputEvent();
QRectF boundingRect() const;
QPointF getConnectionOrigin();
QPointF getConnectionTarget();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment