Browse Source

Remove useless comments

rexim 5 years ago
parent
commit
3695d189c1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/vodus_main.cpp

+ 0 - 3
src/vodus_main.cpp

@@ -127,9 +127,6 @@ int main(int argc, char *argv[])
     Emote_Cache emote_cache = { };
     Emote_Cache emote_cache = { };
     emote_cache.populate_from_file("./mapping.csv", params.font_size);
     emote_cache.populate_from_file("./mapping.csv", params.font_size);
 
 
-    // FFMPEG INIT START //////////////////////////////
-    // FFMPEG INIT STOP //////////////////////////////
-
     // TODO(#35): log is not retrived directly from the Twitch API
     // TODO(#35): log is not retrived directly from the Twitch API
     //   See https://github.com/PetterKraabol/Twitch-Chat-Downloader
     //   See https://github.com/PetterKraabol/Twitch-Chat-Downloader
     if (input_filepath == nullptr) {
     if (input_filepath == nullptr) {