Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Apr 24, 2020
1 parent 92b53be commit ccb6441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Expand Up @@ -236,7 +236,6 @@ static void myth_av_log(void *ptr, int level, const char* fmt, va_list vl)
return;

static QString s_fullLine("");
static constexpr int kMsgLen = 255;
static QMutex s_stringLock;
uint64_t verbose_mask = VB_LIBAV;
LogLevel_t verbose_level = LOG_EMERG;
Expand Down

0 comments on commit ccb6441

Please sign in to comment.