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:
Jasper St. Pierre 2012-04-30 16:11:22 -04:00
parent aba39ef953
commit b0a099935b
2 changed files with 0 additions and 6 deletions

View File

@ -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:

View File

@ -94,8 +94,6 @@ struct _MetaFrames
GHashTable *text_heights;
GHashTable *frames;
guint tooltip_timeout;
MetaUIFrame *last_motion_frame;
GtkStyleContext *normal_style;