Skip to content

Commit 972bba4

Browse files
committed
Some tidying up
1 parent 81a1c72 commit 972bba4

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

src/Application.vala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ namespace Reminduck {
7474
granite_settings.prefers_color_scheme == DARK
7575
);
7676
});
77-
78-
79-
8077
}
8178

8279
public static int main(string[] args) {
@@ -259,7 +256,6 @@ namespace Reminduck {
259256
}
260257
}
261258

262-
263259
public class Quack : Object {
264260
public Quack () {
265261
var m = Gtk.MediaFile.for_resource("/io/github/ellie_commons/reminduck/quack.ogg");
@@ -276,5 +272,4 @@ namespace Reminduck {
276272
m.play();
277273
}
278274
}
279-
280275
}

src/Services/Utils.vala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ namespace Reminduck.Utils {
3232

3333
stdout.printf ("\n🚀 Removed autostart");
3434
}
35-
36-
}
35+
}

src/Views/WelcomeView.vala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,5 @@ public class Reminduck.Views.WelcomeView : Gtk.Box {
4242
_("View Reminders"),
4343
_("See reminders you've created"
4444
));
45-
46-
47-
48-
49-
50-
5145
}
5246
}

src/Widgets/SettingsPopover.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

33
public class Reminduck.Widgets.SettingsPopover : Gtk.Popover {
4-
construct {
54

5+
construct {
66
var view = new Gtk.Box (Gtk.Orientation.VERTICAL, 18) {
77
margin_bottom = margin_start = margin_end = 18,
88
vexpand = true,

0 commit comments

Comments
 (0)