Skip to content

Commit

Permalink
Core (Tests): Remove unused statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixiong committed Feb 7, 2023
1 parent 0814beb commit 856f3a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libvisual/tests/video_test/video_load_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ int main (int argc, char* argv[])
{
LV::System::init (argc, argv);

auto video = LV::Video::create (640, 480, VISUAL_VIDEO_DEPTH_16BIT);

test_png_load ();

LV::System::destroy ();
Expand Down

0 comments on commit 856f3a9

Please sign in to comment.