summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2015-01-16 17:09:11 +0900
committerDaiki Ueno <dueno@src.gnome.org>2015-01-16 17:09:11 +0900
commit9af68b2345fedbb66445c9a8c6e3f45d10fb3474 (patch)
tree73c056e707e66391becce0f624b6a6bbceeec0b3
parent0f3efb2309bd19cc6801a295bc78ba3b66515962 (diff)
downloadcaribou-9af68b2345fedbb66445c9a8c6e3f45d10fb3474.tar.gz
antler: Remove unnecessary call to Clutter.init
-rw-r--r--caribou/antler/window.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/caribou/antler/window.py b/caribou/antler/window.py
index 09d2e2f..d4950c3 100644
--- a/caribou/antler/window.py
+++ b/caribou/antler/window.py
@@ -29,8 +29,6 @@ from math import sqrt
import os
import sys
-Clutter.init("antler")
-
class AnimatedWindowBase(Gtk.Window, Clutter.Animatable):
__gproperties__ = {