mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
fe1416c65f
commit
f7aad0d647
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user