back out RGBA stuff as a candidate fix for LP #242852

This commit is contained in:
Chris Jones 2008-07-02 21:00:14 +01:00
parent ce0266b0e4
commit 8a8a183a75
1 changed files with 0 additions and 7 deletions

View File

@ -161,13 +161,6 @@ class Terminator:
if borderless or self.conf.borderless:
self.window.set_decorated (False)
# Set RGBA colormap if possible so VTE can use real alpha
# channels for transparency.
screen = self.window.get_screen()
colormap = screen.get_rgba_colormap()
if colormap:
self.window.set_colormap(colormap)
# Start out with just one terminal
# FIXME: This should be really be decided from some kind of profile
term = (TerminatorTerm (self, self.profile, self.command))