[gtk/baselineoverlay: 3010/3010] Remove GTK_DEBUG=baselines
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/baselineoverlay: 3010/3010] Remove GTK_DEBUG=baselines
- Date: Mon, 10 Feb 2020 05:12:28 +0000 (UTC)
commit 9309153abce778a970935b3d0796be4705c60e30
Author: Matthias Clasen <mclasen redhat com>
Date: Mon May 13 17:43:44 2019 +0000
Remove GTK_DEBUG=baselines
This has been reimplemented differently
in the inspector.
docs/reference/gtk/running.xml | 4 ----
gtk/gtkdebug.h | 1 -
gtk/gtkmain.c | 1 -
3 files changed, 6 deletions(-)
---
diff --git a/docs/reference/gtk/running.xml b/docs/reference/gtk/running.xml
index 044ab55356..fe6b7e6c70 100644
--- a/docs/reference/gtk/running.xml
+++ b/docs/reference/gtk/running.xml
@@ -95,10 +95,6 @@ additional environment variables.
<term>touchscreen</term>
<listitem><para>Pretend the pointer is a touchscreen device</para></listitem>
</varlistentry>
- <varlistentry>
- <term>baselines</term>
- <listitem><para>Show baselines</para></listitem>
- </varlistentry>
<varlistentry>
<term>updates</term>
<listitem><para>Visual feedback about window updates</para></listitem>
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h
index 936a990639..d3ef264cd1 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -45,7 +45,6 @@ typedef enum {
GTK_DEBUG_BUILDER = 1 << 7,
GTK_DEBUG_SIZE_REQUEST = 1 << 8,
GTK_DEBUG_NO_CSS_CACHE = 1 << 9,
- GTK_DEBUG_BASELINES = 1 << 10,
GTK_DEBUG_INTERACTIVE = 1 << 11,
GTK_DEBUG_TOUCHSCREEN = 1 << 12,
GTK_DEBUG_ACTIONS = 1 << 13,
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 36ec67891d..da2af519fd 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -172,7 +172,6 @@ static const GDebugKey gtk_debug_keys[] = {
{ "builder", GTK_DEBUG_BUILDER },
{ "size-request", GTK_DEBUG_SIZE_REQUEST },
{ "no-css-cache", GTK_DEBUG_NO_CSS_CACHE },
- { "baselines", GTK_DEBUG_BASELINES },
{ "interactive", GTK_DEBUG_INTERACTIVE },
{ "touchscreen", GTK_DEBUG_TOUCHSCREEN },
{ "actions", GTK_DEBUG_ACTIONS },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]