seed r338 - trunk/examples/lightsoff
- From: hortont svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r338 - trunk/examples/lightsoff
- Date: Tue, 25 Nov 2008 01:27:04 +0000 (UTC)
Author: hortont
Date: Tue Nov 25 01:27:03 2008
New Revision: 338
URL: http://svn.gnome.org/viewvc/seed?rev=338&view=rev
Log:
Remove debug stuff from LO.
Modified:
trunk/examples/lightsoff/score.js
Modified: trunk/examples/lightsoff/score.js
==============================================================================
--- trunk/examples/lightsoff/score.js (original)
+++ trunk/examples/lightsoff/score.js Tue Nov 25 01:27:03 2008
@@ -41,9 +41,6 @@
this.bkg_top = Clutter.Texture.new_from_file("./lcd-front.svg");
var bkg = Clutter.Texture.new_from_file("./lcd-back.svg");
var off_svg = Clutter.Texture.new_from_file("./lcd-off.svg");
- Seed.print(bkg.__debug_ref_count());
- Seed.print(this.bkg_top.__debug_ref_count());
- Seed.print(off_svg.__debug_ref_count());
this.bkg_top.filter_quality = Clutter.TextureQuality.high;
bkg.filter_quality = Clutter.TextureQuality.high;
@@ -79,13 +76,6 @@
if(this.value == 0)
this.set_value(1);
-
- Seed.print(bkg.__debug_ref_count());
- Seed.print(this.bkg_top.__debug_ref_count());
- Seed.print(off_svg.__debug_ref_count());
-
-
-
}};
Score = new GType(ScoreType);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]