Skip to content

Commit 00032fa

Browse files
committed
Cleanup
1 parent c4c563f commit 00032fa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Widgets/MultitaskingView/Tooltip.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* Clutter actor to display text in a tooltip-like component.
99
*/
1010
public class Gala.Tooltip : Clutter.Actor {
11-
private const int BASE_HEIGHT = 32;
12-
1311
/**
1412
* Actor to display the Tooltip text.
1513
*/

src/Widgets/MultitaskingView/WindowClone.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
356356
float window_title_max_width = box.get_width () - Utils.scale_to_int (TITLE_MAX_WIDTH_MARGIN, monitor_scale);
357357
float window_title_height, window_title_nat_width;
358358
window_title.get_preferred_size (null, null, out window_title_nat_width, out window_title_height);
359-
warning ("Got nat height %f", window_title_height);
360359

361360
var window_title_width = window_title_nat_width.clamp (0, window_title_max_width);
362361

0 commit comments

Comments
 (0)