Revert "Install our own matchbox theme to disable shadows"

This reverts 0e77fc5bf9 commit.
This commit is contained in:
Marco Pesenti Gritti
2006-10-05 19:34:19 +02:00
parent 1b0e469dbd
commit 5b37955647
3 changed files with 1 additions and 273 deletions
-1
View File
@@ -9,7 +9,6 @@ class MatchboxProcess(Process):
options = '-kbdconfig %s ' % kbd_config
options += '-use_titlebar no '
options += '-theme olpc '
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)