[orca] Delete a setting we no longer use (from the pyatspi1 port!!)



commit be1f8db79863c9e37cb8786adea70de42a22a80e
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Feb 14 15:03:18 2012 -0500

    Delete a setting we no longer use (from the pyatspi1 port!!)

 src/orca/settings.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index 7a534d9..e2e0da4 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -750,11 +750,6 @@ def overrideKeyBindings(script, keyBindings):
 def overridePronunciations(script, pronunciations):
     return pronunciations
 
-# Show deprecated messeges in debug output.
-# Set this to True to help find potential pyatspi porting problems
-#
-deprecatedMessages = False
-
 # This is a list of events that Orca should immidiately drop and never look at.
 #
 ignoredEventsList = ['object:bounds-changed']



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]