removed unused comments

This commit is contained in:
ggurdin 2024-05-02 12:00:27 -04:00
parent 62514c4555
commit ab9f7e2696
2 changed files with 0 additions and 17 deletions

View file

@ -946,15 +946,6 @@ class ChatListController extends State<ChatList>
}
Future<void> dehydrate() => Matrix.of(context).dehydrateAction();
// #Pangea
bool hovered = false;
void setHovered(bool value) {
setState(() {
hovered = value;
});
}
// Pangea#
}
enum EditBundleAction { addToBundle, removeFromBundle }

View file

@ -47,14 +47,6 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
)
// #Pangea
: ClientChooserButton(controller),
// :
// Expanded(
// Container(
// width: double.infinity,
// height: 5,
// color: Colors.blue,
// ),
// ),
// : TextField(
// controller: controller.searchController,
// focusNode: controller.searchFocusNode,