diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 09:23:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 10:23:22 +0200 |
commit | da5cf5598ad9e1594f8257aa3faeece0b342cbfa (patch) | |
tree | 6e0a067588cf2a4f1d8e087fb38d42a15bb8e0cc /svtools/uiconfig/ui/restartdialog.ui | |
parent | 192e6c1209d4c0795dabc4feeacb49e521b4f8c7 (diff) |
RESTART_REASON_OPENGL is dead
since
commit 9dc7b88f5d3a3af0307b4ae39a01247677907d80
Date: Mon May 4 11:50:03 2020 +0200
remove checkboxes for enabling OpenGL
Change-Id: I0b787d6d3ea235fa75b537c90b1d9e74837647c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97811
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 6f66108db398..db3a479492b6 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -214,21 +214,6 @@ </packing> </child> <child> - <object class="GtkLabel" id="reason_opengl"> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="label" translatable="yes" context="restartdialog|reason_opengl">For the OpenGL changes to take effect, %PRODUCTNAME must be restarted.</property> - <property name="wrap">True</property> - <property name="max_width_chars">50</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">10</property> - </packing> - </child> - <child> <object class="GtkLabel" id="reason_opencl"> <property name="can_focus">False</property> <property name="no_show_all">True</property> |