From cc118d7796ff40139ab708f32787354214ff4bc0 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sun, 22 Jan 2023 20:27:57 +0100 Subject: [PATCH] Refactor: Remove empty constructor --- src/prefsModules/PrefsBoxOrderListEmptyPlaceholder.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/prefsModules/PrefsBoxOrderListEmptyPlaceholder.js b/src/prefsModules/PrefsBoxOrderListEmptyPlaceholder.js index f7d0ed4..a95481d 100644 --- a/src/prefsModules/PrefsBoxOrderListEmptyPlaceholder.js +++ b/src/prefsModules/PrefsBoxOrderListEmptyPlaceholder.js @@ -12,10 +12,6 @@ var PrefsBoxOrderListEmptyPlaceholder = GObject.registerClass({ GTypeName: "PrefsBoxOrderListEmptyPlaceholder", Template: Me.dir.get_child("ui").get_child("prefs-box-order-list-empty-placeholder.ui").get_uri() }, class PrefsBoxOrderListEmptyPlaceholder extends Gtk.Box { - constructor(params = {}) { - super(params); - } - // Handle a new drop on `this` properly. // `value` is the thing getting dropped. onDrop(_target, value, _x, _y) {