From bcd912764fb6a709284aaa07399403d045a50ef2 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 22 Sep 2024 00:16:56 +0000 Subject: examples: add vala bar --- examples/vala/simple-bar/app.vala | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/vala/simple-bar/app.vala (limited to 'examples/vala/simple-bar/app.vala') diff --git a/examples/vala/simple-bar/app.vala b/examples/vala/simple-bar/app.vala deleted file mode 100644 index ccd3957..0000000 --- a/examples/vala/simple-bar/app.vala +++ /dev/null @@ -1,14 +0,0 @@ -class Application : Astal.Application { - Application() { - - } - - public override void activate () { - this.add_window(new Bar()); - } - - public static int main() { - var app = new Application(); - return app.run(null); - } -} -- cgit v1.2.3