File tree Expand file tree Collapse file tree 5 files changed +0
-30
lines changed Expand file tree Collapse file tree 5 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,6 @@ public OlympusEquipmentMakernoteDirectory()
107
107
108
108
public override string Name => "Olympus Equipment" ;
109
109
110
- public override void Set ( int tagType , object value )
111
- {
112
- var bytes = value as byte [ ] ;
113
- base . Set ( tagType , value ) ;
114
- }
115
-
116
110
protected override bool TryGetTagName ( int tagType , out string tagName )
117
111
{
118
112
return _tagNameMap . TryGetValue ( tagType , out tagName ) ;
Original file line number Diff line number Diff line change @@ -94,12 +94,6 @@ public OlympusFocusInfoMakernoteDirectory()
94
94
95
95
public override string Name => "Olympus Focus Info" ;
96
96
97
- public override void Set ( int tagType , object value )
98
- {
99
- var bytes = value as byte [ ] ;
100
- base . Set ( tagType , value ) ;
101
- }
102
-
103
97
protected override bool TryGetTagName ( int tagType , out string tagName )
104
98
{
105
99
return _tagNameMap . TryGetValue ( tagType , out tagName ) ;
Original file line number Diff line number Diff line change @@ -189,12 +189,6 @@ public OlympusImageProcessingMakernoteDirectory()
189
189
190
190
public override string Name => "Olympus Image Processing" ;
191
191
192
- public override void Set ( int tagType , object value )
193
- {
194
- var bytes = value as byte [ ] ;
195
- base . Set ( tagType , value ) ;
196
- }
197
-
198
192
protected override bool TryGetTagName ( int tagType , out string tagName )
199
193
{
200
194
return _tagNameMap . TryGetValue ( tagType , out tagName ) ;
Original file line number Diff line number Diff line change @@ -96,12 +96,6 @@ public OlympusRawDevelopment2MakernoteDirectory()
96
96
97
97
public override string Name => "Olympus Raw Development 2" ;
98
98
99
- public override void Set ( int tagType , object value )
100
- {
101
- var bytes = value as byte [ ] ;
102
- base . Set ( tagType , value ) ;
103
- }
104
-
105
99
protected override bool TryGetTagName ( int tagType , out string tagName )
106
100
{
107
101
return _tagNameMap . TryGetValue ( tagType , out tagName ) ;
Original file line number Diff line number Diff line change @@ -76,12 +76,6 @@ public OlympusRawDevelopmentMakernoteDirectory()
76
76
77
77
public override string Name => "Olympus Raw Development" ;
78
78
79
- public override void Set ( int tagType , object value )
80
- {
81
- var bytes = value as byte [ ] ;
82
- base . Set ( tagType , value ) ;
83
- }
84
-
85
79
protected override bool TryGetTagName ( int tagType , out string tagName )
86
80
{
87
81
return _tagNameMap . TryGetValue ( tagType , out tagName ) ;
You can’t perform that action at this time.
0 commit comments