Skip to content

Commit

Permalink
cmake: Remove unnecessary win32 GetPlaybackURL stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Mar 27, 2023
1 parent 1e9d249 commit 8e68129
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mythtv/programs/mythbackend/mythbackend.cpp
Expand Up @@ -166,11 +166,4 @@ int main(int argc, char **argv)
return retval;
}

#ifdef _WIN32 // TODO Needs fixing for Windows
QString GetPlaybackURL(ProgramInfo *pginfo, bool storePath)
{
return "";
}
#endif

/* vim: set expandtab tabstop=4 shiftwidth=4: */

0 comments on commit 8e68129

Please sign in to comment.