From 6f7bff0e7465b2af3247f606db714e7fe4650a42 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Sep 2013 19:20:08 +0200 Subject: Remove asinine comment --- facetracknoir/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'facetracknoir') diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp index a015eeeb..25da2961 100644 --- a/facetracknoir/main.cpp +++ b/facetracknoir/main.cpp @@ -49,9 +49,7 @@ int main(int argc, char** argv) font.setStyleStrategy(QFont::PreferAntialias); app.setFont(font); FaceTrackNoIR w; - // - // Create the Main Window and DeskTop and Exec! - // + QDesktopWidget desktop; w.move(desktop.screenGeometry().width()/2-w.width()/2, 100); w.show(); -- cgit v1.2.3