[ease] Remove unneeded initialization.
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] Remove unneeded initialization.
- Date: Tue, 25 May 2010 12:14:33 +0000 (UTC)
commit c6f16124ebf7c571a83b3c9e10bd5f4486b9f6d8
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Tue May 25 13:49:54 2010 +0200
Remove unneeded initialization.
ClutterGst already inits Gst.
src/Main.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/Main.vala b/src/Main.vala
index e60efe9..b873e67 100644
--- a/src/Main.vala
+++ b/src/Main.vala
@@ -42,7 +42,6 @@ public static class Ease.Main : GLib.Object
public static int main(string[] args)
{
GtkClutter.init(ref args);
- Gst.init(ref args);
ClutterGst.init(ref args);
// initalize static classes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]