Index: sources/gui/GuiController.h =================================================================== diff -u -rba15fce14caf76166c286da95974c69f8a24d4b8 -rd7f70405a20319dd9f2dc93ee7f357cc88d0f84b --- sources/gui/GuiController.h (.../GuiController.h) (revision ba15fce14caf76166c286da95974c69f8a24d4b8) +++ sources/gui/GuiController.h (.../GuiController.h) (revision d7f70405a20319dd9f2dc93ee7f357cc88d0f84b) @@ -74,8 +74,6 @@ void doTreatmentRangesDone(bool vPass); private slots: // Should be private for thread safety and is connected internally. - void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG - void onUSBDriveMount (); // OS => UI void onUSBDriveRemove(); // OS => UI void onUSBSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent);