Skip to content

Commit

Permalink
check_camera_support: Remove adobe-coeff checks (not supported anymore).
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Jun 20, 2022
1 parent 524b1e2 commit 2bb3947
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/check_camera_support
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ class CameraSupportState
end
@rawspeed_cameras = @rawspeed_cameras.keys

@coeffs_cameras = {}
@sources[:coeffs].each do |line|
if line[0..4] == " {"
@coeffs_cameras[line.split('"')[1]] = 0
end
end

@presets_cameras = {}
@sources[:wbpresets].each do |line|
if line[0..2] == " {"
Expand Down

0 comments on commit 2bb3947

Please sign in to comment.