Removed useless function call. #166730

2005-02-08  Aidan Delaney  <adelaney@cs.may.ie>

	Removed useless function call.  #166730

	* src/tabpopup.c: (outline_window_expose): Removed unused
	references to variables and an unnecessary function call to
	gdk_window_get_size().
This commit is contained in:
Aidan Delaney 2005-02-09 16:07:56 +00:00 committed by Elijah Newren
parent fe1416c65f
commit f7aad0d647
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2005-02-08 Aidan Delaney <adelaney@cs.may.ie>
Removed useless function call. #166730
* src/tabpopup.c: (outline_window_expose): Removed unused
references to variables and an unnecessary function call to
gdk_window_get_size().
2005-02-08 Elijah Newren <newren@gmail.com>
Avoid using CurrentTime when focusing, handle it better in case we

View File

@ -72,7 +72,6 @@ outline_window_expose (GtkWidget *widget,
gpointer data)
{
MetaTabPopup *popup;
int w, h;
TabEntry *te;
popup = data;
@ -82,8 +81,6 @@ outline_window_expose (GtkWidget *widget,
te = popup->current_selected_entry;
gdk_window_get_size (widget->window, &w, &h);
gdk_draw_rectangle (widget->window,
widget->style->white_gc,
FALSE,