[orca] Remove no-longer-needed custom formatting string



commit 9ba2e24b998aa67fa2d4db81264dda84d7244b7c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Aug 5 11:47:15 2015 -0400

    Remove no-longer-needed custom formatting string

 src/orca/scripts/apps/soffice/formatting.py |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index fbec2c7..b3583a2 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -36,15 +36,6 @@ import orca.settings
 
 formatting = {
     'speech': {
-        # Get rid of unselectedCell because we don't run into that in OOo
-        # and we'd end up always speaking "not selected" for all table cells.
-        #
-        'suffix': {
-            'focused': '[]',
-            'unfocused': 'newNodeLevel + ' + orca.formatting.TUTORIAL,
-            'basicWhereAmI': orca.formatting.TUTORIAL + ' + description',
-            'detailedWhereAmI' : '[]'
-            },
         pyatspi.ROLE_LABEL: {
             'focused': 'expandableState + availability',
             'unfocused': 'name + allTextSelection + expandableState + availability + positionInList',


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