mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	gconfig: remove show_debug option
This option is a no-op, so remove it. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
		
							parent
							
								
									2944235430
								
							
						
					
					
						commit
						7b5d87215b
					
				
					 2 changed files with 0 additions and 19 deletions
				
			
		| 
						 | 
					@ -35,7 +35,6 @@ static gboolean show_name = TRUE;
 | 
				
			||||||
static gboolean show_range = TRUE;
 | 
					static gboolean show_range = TRUE;
 | 
				
			||||||
static gboolean show_value = TRUE;
 | 
					static gboolean show_value = TRUE;
 | 
				
			||||||
static gboolean show_all = FALSE;
 | 
					static gboolean show_all = FALSE;
 | 
				
			||||||
static gboolean show_debug = FALSE;
 | 
					 | 
				
			||||||
static gboolean resizeable = FALSE;
 | 
					static gboolean resizeable = FALSE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GtkWidget *main_wnd = NULL;
 | 
					GtkWidget *main_wnd = NULL;
 | 
				
			||||||
| 
						 | 
					@ -647,14 +646,6 @@ on_show_all_options1_activate(GtkMenuItem * menuitem, gpointer user_data)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					 | 
				
			||||||
on_show_debug_info1_activate(GtkMenuItem * menuitem, gpointer user_data)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active;
 | 
					 | 
				
			||||||
	update_tree(&rootmenu, NULL);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
 | 
					void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	GtkWidget *dialog;
 | 
						GtkWidget *dialog;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -200,16 +200,6 @@
 | 
				
			||||||
		    </widget>
 | 
							    </widget>
 | 
				
			||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <widget class="GtkCheckMenuItem" id="show_debug_info1">
 | 
					 | 
				
			||||||
		      <property name="visible">True</property>
 | 
					 | 
				
			||||||
		      <property name="tooltip" translatable="yes">Show masked options</property>
 | 
					 | 
				
			||||||
		      <property name="label" translatable="yes">Show _debug info</property>
 | 
					 | 
				
			||||||
		      <property name="use_underline">True</property>
 | 
					 | 
				
			||||||
		      <property name="active">False</property>
 | 
					 | 
				
			||||||
		      <signal name="activate" handler="on_show_debug_info1_activate"/>
 | 
					 | 
				
			||||||
		    </widget>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
	      </child>
 | 
						      </child>
 | 
				
			||||||
	    </widget>
 | 
						    </widget>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue