summaryrefslogtreecommitdiff
path: root/src/utils/widgets.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/widgets.ts')
-rw-r--r--src/utils/widgets.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils/widgets.ts b/src/utils/widgets.ts
index e0e512d..9fb1e29 100644
--- a/src/utils/widgets.ts
+++ b/src/utils/widgets.ts
@@ -72,13 +72,6 @@ export class MenuItem extends astalify(Gtk.MenuItem) {
}
@register()
-export class Calendar extends astalify(Gtk.Calendar) {
- constructor(props: ConstructProps<Calendar, Gtk.Calendar.ConstructorProps>) {
- super(props as any);
- }
-}
-
-@register()
export class FlowBox extends astalify(Gtk.FlowBox) {
constructor(props: ConstructProps<FlowBox, Gtk.FlowBox.ConstructorProps>) {
super(props as any);