diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 3: Removed request for user input at start of program.

Message ID 20110721123630.17019.77118.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Alexandros Frantzis July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 3
committer: Alexandros Frantzis <alf82@freemail.gr>
timestamp: Wed 2010-07-07 15:30:48 +0300
message:
  Removed request for user input at start of program.
modified:
  main.cpp


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'main.cpp'
--- main.cpp	2010-07-07 10:32:18 +0000
+++ main.cpp	2010-07-07 12:30:48 +0000
@@ -18,16 +18,6 @@ 
     printf("    GLMark 08\n");
     printf("===================================================\n");
     
-    printf("Enter screen width:  ");
-    scanf("%d", &screen.mWidth);
-    printf("Enter screen height: ");
-    scanf("%d", &screen.mHeight);
-    printf("Enter screen bpp:    ");
-    scanf("%d", &screen.mBpp);
-    printf("Enter '1' for fullscreen '0' for windowed: ");
-    scanf("%d", &screen.mFullScreen);
-    
-
     printf("===================================================\n");
     if(!screen.init())
         return 0;