diff options
Diffstat (limited to 'src/util/xmlpool')
-rw-r--r-- | src/util/xmlpool/ca.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/de.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/es.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/fr.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/nl.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/sv.po | 4 | ||||
-rw-r--r-- | src/util/xmlpool/t_options.h | 5 |
7 files changed, 0 insertions, 29 deletions
diff --git a/src/util/xmlpool/ca.po b/src/util/xmlpool/ca.po index 55d83f903fb..8a338c0e33c 100644 --- a/src/util/xmlpool/ca.po +++ b/src/util/xmlpool/ca.po @@ -39,10 +39,6 @@ msgstr "" msgid "Debugging" msgstr "Depuració" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "Deshabilita l'acceleració 3D" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "Habilita el buidatge del batchbuffer després de cada trucada de dibuix" diff --git a/src/util/xmlpool/de.po b/src/util/xmlpool/de.po index 5490940f5ee..9b7059ba8ad 100644 --- a/src/util/xmlpool/de.po +++ b/src/util/xmlpool/de.po @@ -21,10 +21,6 @@ msgstr "" msgid "Debugging" msgstr "Fehlersuche" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "3D-Beschleunigung abschalten" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "Aktiviere sofortige Leerung des Stapelpuffers nach jedem Zeichenaufruf" diff --git a/src/util/xmlpool/es.po b/src/util/xmlpool/es.po index 7c9986cf4f0..baf6b6e2ec6 100644 --- a/src/util/xmlpool/es.po +++ b/src/util/xmlpool/es.po @@ -24,10 +24,6 @@ msgstr "" msgid "Debugging" msgstr "Depuración" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "Deshabilitar aceleración 3D" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "Habilitar vaciado del batchbuffer después de cada llamada de dibujo" diff --git a/src/util/xmlpool/fr.po b/src/util/xmlpool/fr.po index 44c2990e897..23d8b4eaef9 100644 --- a/src/util/xmlpool/fr.po +++ b/src/util/xmlpool/fr.po @@ -21,10 +21,6 @@ msgstr "" msgid "Debugging" msgstr "Debogage" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "Désactiver l'accélération 3D" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "" diff --git a/src/util/xmlpool/nl.po b/src/util/xmlpool/nl.po index e24afb2c536..8d3d2e11ea0 100644 --- a/src/util/xmlpool/nl.po +++ b/src/util/xmlpool/nl.po @@ -21,10 +21,6 @@ msgstr "" msgid "Debugging" msgstr "Debuggen" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "3D versnelling uitschakelen" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "" diff --git a/src/util/xmlpool/sv.po b/src/util/xmlpool/sv.po index 4e1632442ac..0b600174583 100644 --- a/src/util/xmlpool/sv.po +++ b/src/util/xmlpool/sv.po @@ -21,10 +21,6 @@ msgstr "" msgid "Debugging" msgstr "Felsökning" -#: t_options.h:60 -msgid "Disable 3D acceleration" -msgstr "Inaktivera 3D-accelerering" - #: t_options.h:70 msgid "Enable flushing batchbuffer after each draw call" msgstr "" diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index ffcf6f85d39..fdb3a044771 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -55,11 +55,6 @@ DRI_CONF_SECTION_BEGIN \ DRI_CONF_DESC(en,gettext("Debugging")) -#define DRI_CONF_NO_RAST(def) \ -DRI_CONF_OPT_BEGIN_B(no_rast, def) \ - DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \ -DRI_CONF_OPT_END - #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ DRI_CONF_OPT_BEGIN_B(always_flush_batch, def) \ DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \ |