mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
frames: Remove forgotten references to tooltips
Tooltips were removed a little while back, but two historical artifacts were untouched. We're not in the museum business, now are we...
This commit is contained in:
parent
aba39ef953
commit
b0a099935b
@ -261,8 +261,6 @@ meta_frames_init (MetaFrames *frames)
|
||||
|
||||
frames->frames = g_hash_table_new (unsigned_long_hash, unsigned_long_equal);
|
||||
|
||||
frames->tooltip_timeout = 0;
|
||||
|
||||
frames->expose_delay_count = 0;
|
||||
|
||||
frames->invalidate_cache_timeout_id = 0;
|
||||
@ -1841,8 +1839,6 @@ meta_frames_motion_notify_event (GtkWidget *widget,
|
||||
|
||||
/* Update prelit control and cursor */
|
||||
meta_frames_update_prelit_control (frames, frame, control);
|
||||
|
||||
/* No tooltip while in the process of clicking */
|
||||
}
|
||||
break;
|
||||
case META_GRAB_OP_NONE:
|
||||
|
@ -94,8 +94,6 @@ struct _MetaFrames
|
||||
GHashTable *text_heights;
|
||||
|
||||
GHashTable *frames;
|
||||
|
||||
guint tooltip_timeout;
|
||||
MetaUIFrame *last_motion_frame;
|
||||
|
||||
GtkStyleContext *normal_style;
|
||||
|
Loading…
Reference in New Issue
Block a user