Dependents:   Telecommande_prologue

Files at this revision

API Documentation at this revision

Comitter:
projetremote
Date:
Tue May 03 13:37:44 2011 +0000
Parent:
0:7e26ffa50bc4
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 03 13:31:50 2011 +0000
+++ b/main.cpp	Tue May 03 13:37:44 2011 +0000
@@ -15,7 +15,6 @@
     
 void Screens :: background_color(int couleur){
     ecran->background_color(couleur);
-    //_ecran.background_color(couleur);
     }
     
 void Screens :: rectangle(int x1, int y1 , int x2, int y2, int color) {