[fractal] components: Remove EntryRow
- From: Julian Sparber <jsparber src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] components: Remove EntryRow
- Date: Wed, 28 Sep 2022 13:51:24 +0000 (UTC)
commit 77c9c731758b96f5767cbe2f942fb6a5e340d21a
Author: Kévin Commaille <zecakeh tedomum fr>
Date: Wed Sep 28 15:27:10 2022 +0200
components: Remove EntryRow
data/resources/resources.gresource.xml | 1 -
data/resources/ui/components-entry-row.ui | 69 ------
src/components/entry_row.rs | 373 ------------------------------
src/components/mod.rs | 2 -
4 files changed, 445 deletions(-)
---
diff --git a/data/resources/resources.gresource.xml b/data/resources/resources.gresource.xml
index 0f6b567d2..817437260 100644
--- a/data/resources/resources.gresource.xml
+++ b/data/resources/resources.gresource.xml
@@ -66,7 +66,6 @@
<file compressed="true" preprocess="xml-stripblanks"
alias="components-avatar.ui">ui/components-avatar.ui</file>
<file compressed="true" preprocess="xml-stripblanks"
alias="components-button-row.ui">ui/components-button-row.ui</file>
<file compressed="true" preprocess="xml-stripblanks"
alias="components-editable-avatar.ui">ui/components-editable-avatar.ui</file>
- <file compressed="true" preprocess="xml-stripblanks"
alias="components-entry-row.ui">ui/components-entry-row.ui</file>
<file compressed="true" preprocess="xml-stripblanks"
alias="components-loading-listbox-row.ui">ui/components-loading-listbox-row.ui</file>
<file compressed="true" preprocess="xml-stripblanks"
alias="components-location-viewer.ui">ui/components-location-viewer.ui</file>
<file compressed="true" preprocess="xml-stripblanks"
alias="components-media-content-viewer.ui">ui/components-media-content-viewer.ui</file>
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 261c20f8b..16bd75a92 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -8,7 +8,6 @@ mod context_menu_bin;
mod custom_entry;
mod drag_overlay;
mod editable_avatar;
-mod entry_row;
mod label_with_widgets;
mod loading_listbox_row;
mod location_viewer;
@@ -32,7 +31,6 @@ pub use self::{
custom_entry::CustomEntry,
drag_overlay::DragOverlay,
editable_avatar::EditableAvatar,
- entry_row::EntryRow,
label_with_widgets::{LabelWithWidgets, DEFAULT_PLACEHOLDER},
loading_listbox_row::LoadingListBoxRow,
location_viewer::LocationViewer,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]