Skip to content

Commit

Permalink
Remove assert accidentally left in [fb53394].
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Nov 23, 2011
1 parent 35750c4 commit e61d898
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/libs/libmyth/programinfo.cpp
Expand Up @@ -3605,13 +3605,9 @@ void ProgramInfo::SaveResolution(uint64_t frame, uint width, uint height)
MythDB::DBError("Resolution insert", query);
}

#undef NDEBUG
#include <cassert>

static uint load_markup_datum(
MarkTypes type, uint chanid, const QDateTime &recstartts)
{
assert(0);
QString qstr = QString(
"SELECT recordedmarkup.data "
"FROM recordedmarkup "
Expand Down

0 comments on commit e61d898

Please sign in to comment.