From a5452e884a1f1119d87e12e42d6ca9745617d054 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Mon, 5 May 2014 03:33:12 +1000 Subject: Cleaned up command line interface - Removed the "--delay " argument. - Improved Action usage info. --- heimdall/source/BridgeManager.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 6481de6..6635724 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -61,11 +61,6 @@ namespace Heimdall enum { - kCommunicationDelayDefault = 0 - }; - - enum - { kInitialiseSucceeded = 0, kInitialiseFailed, kInitialiseDeviceNotDetected @@ -107,7 +102,6 @@ namespace Heimdall static const DeviceIdentifier supportedDevices[kSupportedDeviceCount]; bool verbose; - int communicationDelay; libusb_context *libusbContext; libusb_device_handle *deviceHandle; @@ -146,7 +140,7 @@ namespace Heimdall public: - BridgeManager(bool verbose, int communicationDelay = BridgeManager::kCommunicationDelayDefault); + BridgeManager(bool verbose); ~BridgeManager(); bool DetectDevice(void); -- cgit v1.1