Skip to content

Commit 796b24f

Browse files
committed
Core (Tests): Remove unused statement.
1 parent b7d6c70 commit 796b24f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libvisual/tests/video_test/video_load_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ int main (int argc, char* argv[])
6161
{
6262
LV::System::init (argc, argv);
6363

64-
auto video = LV::Video::create (640, 480, VISUAL_VIDEO_DEPTH_16BIT);
65-
6664
test_png_load ();
6765

6866
LV::System::destroy ();

0 commit comments

Comments
 (0)