Index: sources/gui/GuiController.cpp =================================================================== diff -u -rba15fce14caf76166c286da95974c69f8a24d4b8 -rd7f70405a20319dd9f2dc93ee7f357cc88d0f84b --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision ba15fce14caf76166c286da95974c69f8a24d4b8) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision d7f70405a20319dd9f2dc93ee7f357cc88d0f84b) @@ -66,11 +66,6 @@ */ void GuiController::initConnections() { - // From HD/DG - connect(&_ApplicationController, SIGNAL(didActionReceive (GuiActionType, const QVariantList &)), - this , SLOT( onActionReceive (GuiActionType, const QVariantList &))); - - // From OS : USB Drive has been removed physically. // USB drive connect(&_ApplicationController, SIGNAL(didUSBDriveMount ()), @@ -170,19 +165,6 @@ emit didActionTransmit(vAction, vData); } -/*! - * \brief Action commanded by HD - * \details An action has been commanded by HD, - * Gui requires to be notified to perform the action. - * \param vAction - Message Action - * \param vData - The data to be translated. - */ -void GuiController::onActionReceive (GuiActionType vAction, const QVariantList &vData) -{ - // Process the command and notify GuiView - // Process ... - emit didActionReceive (vAction, vData); -} /*! * \brief GuiController::onUSBDriveMount