Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[RedLaser] Sticky scan has been removed in the latest SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jan 17, 2013
1 parent 245f107 commit e2eefdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion RedLaser/binding/enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public enum RLBarcodeType {
EAN13 = 0x1,
UPCE = 0x2,
EAN8 = 0x4,
STICKY = 0x8,
QRCODE = 0x10,
Code128 = 0x20,
Code39 = 0x40,
Expand Down
3 changes: 0 additions & 3 deletions RedLaser/binding/redlaser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ interface BarcodePickerController {
[Export ("scanEAN13", ArgumentSemantic.Assign)]
bool ScanEAN13 { get; set; }

[Export ("scanSTICKY", ArgumentSemantic.Assign)]
bool ScanSTICKY { get; set; }

[Export ("scanQRCODE", ArgumentSemantic.Assign)]
bool ScanQRCODE { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ partial void scanPressed (MonoTouch.UIKit.UIBarButtonItem sender)
overlayController.ParentPicker.ScanUPCE = enableUPCESwitch.On;
overlayController.ParentPicker.ScanEAN8 = enableEAN8Switch.On;
overlayController.ParentPicker.ScanEAN13 = enableEAN13Switch.On;
overlayController.ParentPicker.ScanSTICKY = enableSTICKYSwitch.On;
overlayController.ParentPicker.ScanQRCODE = enableQRCodeSwitch.On;
overlayController.ParentPicker.ScanCODE128 = enableCode128Switch.On;
overlayController.ParentPicker.ScanCODE39 = enableCode39Switch.On;
Expand Down

0 comments on commit e2eefdb

Please sign in to comment.