Skip to content

Commit

Permalink
Removes redundant declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Jan 12, 2024
1 parent 3a1b4b0 commit 1b44740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ DEFINE_string(
"float",
"Sample format for the extracted samples (-extract_sample_blocks, -extract_as_mono_track, -extract_as_stereo_track). Possible values are: int16, int24, float");

constexpr int64_t AudacityProjectID = 1096107097;
constexpr int64_t MaxSupportedVersion = (3 << 24) + (1 << 16) + (3 << 8) + 0; // 3.1.3.0

namespace
{
Expand Down

0 comments on commit 1b44740

Please sign in to comment.