From 6927457186de9e2a6692cd7cd0f254b2fbef037f Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 6 Nov 2015 22:24:35 +0200 Subject: remove print_short --- tests/db.cpp | 2 -- tests/testpat.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/db.cpp b/tests/db.cpp index 6131263..4356e97 100644 --- a/tests/db.cpp +++ b/tests/db.cpp @@ -181,8 +181,6 @@ int main() if (card.master() == false) printf("Not DRM master, modeset may fail\n"); - //card.print_short(); - vector outputs; for (auto pipe : card.get_connected_pipelines()) diff --git a/tests/testpat.cpp b/tests/testpat.cpp index 13fea9e..85c67a3 100644 --- a/tests/testpat.cpp +++ b/tests/testpat.cpp @@ -21,8 +21,6 @@ int main(int argc, char **argv) if (card.master() == false) printf("Not DRM master, modeset may fail\n"); - //card.print_short(); - auto pipes = card.get_connected_pipelines(); vector fbs; -- cgit v1.2.3