From 9af68b2345fedbb66445c9a8c6e3f45d10fb3474 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 16 Jan 2015 17:09:11 +0900 Subject: antler: Remove unnecessary call to Clutter.init --- caribou/antler/window.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'caribou') 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__ = { -- cgit v1.2.1