blob: c904a8ca494dd960dd84b7ac28cd0d34588e4319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py
index 34726cb..5adb7e7 100755
--- a/terminatorlib/terminator.py
+++ b/terminatorlib/terminator.py
@@ -60,8 +60,6 @@ class Terminator(Borg):
self.doing_layout = False
if not self.pid_cwd:
self.pid_cwd = get_pid_cwd()
- if self.gnome_client is None:
- self.attempt_gnome_client()
def attempt_gnome_client(self):
"""Attempt to find a GNOME Session to register with"""
|