[pitivi/1.0] pipeline: Remove unused field
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] pipeline: Remove unused field
- Date: Wed, 7 Feb 2018 00:09:32 +0000 (UTC)
commit 62a9896457e2f8a8d55ce25ca06b4f9e87bdce4c
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Feb 6 22:29:33 2018 +0100
pipeline: Remove unused field
It was introduced in commit f04cdaf204ea664933ea524057158fae291c66f6 but
it has never been used.
pitivi/utils/pipeline.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/pipeline.py b/pitivi/utils/pipeline.py
index f10a568..ddafd6e 100644
--- a/pitivi/utils/pipeline.py
+++ b/pitivi/utils/pipeline.py
@@ -613,7 +613,6 @@ class Pipeline(GES.Pipeline, SimplePipeline):
def _busMessageCb(self, bus, message):
if message.type == Gst.MessageType.ASYNC_DONE:
- self.commiting = False
self.app.gui.timeline_ui.timeline.update_visible_overlays()
if message.type == Gst.MessageType.ASYNC_DONE and\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]