Browse Source

Update demo15.lpr

Seenkao 2 years ago
parent
commit
6ed8e74a53
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Zengl_SRC/demos/Android/15-Video/jni/demo15.lpr

+ 0 - 3
Zengl_SRC/demos/Android/15-Video/jni/demo15.lpr

@@ -20,7 +20,6 @@ uses
   zgl_video_theora,
   zgl_video_theora,
   zgl_types,
   zgl_types,
   gegl_color,
   gegl_color,
-  zgl_log,
   zgl_utils;
   zgl_utils;
 
 
 var
 var
@@ -33,7 +32,6 @@ var
 
 
 procedure Init;
 procedure Init;
 begin
 begin
-  log_Add(' demo initialization start');
   zgl_Enable( CORRECT_RESOLUTION );
   zgl_Enable( CORRECT_RESOLUTION );
   scr_CorrectResolution( 800, 600 );
   scr_CorrectResolution( 800, 600 );
 
 
@@ -51,7 +49,6 @@ begin
   setFontTextScale(20, fntMain);
   setFontTextScale(20, fntMain);
 
 
   newColor := Color_FindOrAdd($A0AA4090);
   newColor := Color_FindOrAdd($A0AA4090);
-  log_Add(' demo initialization end');
 end;
 end;
 
 
 procedure Draw;
 procedure Draw;