mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Remove obsolete code
This commit is contained in:
parent
5f42f0900b
commit
7d08d16af7
2 changed files with 0 additions and 20 deletions
|
@ -1,16 +1,11 @@
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'package:logging/logging.dart';
|
|
||||||
import 'package:nc_photos/account.dart';
|
import 'package:nc_photos/account.dart';
|
||||||
import 'package:nc_photos/di_container.dart';
|
import 'package:nc_photos/di_container.dart';
|
||||||
import 'package:nc_photos/entity/collection.dart';
|
import 'package:nc_photos/entity/collection.dart';
|
||||||
import 'package:nc_photos/entity/collection/adapter.dart';
|
import 'package:nc_photos/entity/collection/adapter.dart';
|
||||||
import 'package:nc_photos/entity/collection_item.dart';
|
import 'package:nc_photos/entity/collection_item.dart';
|
||||||
import 'package:np_codegen/np_codegen.dart';
|
|
||||||
|
|
||||||
part 'list_collection_item.g.dart';
|
|
||||||
|
|
||||||
@npLog
|
|
||||||
class ListCollectionItem {
|
class ListCollectionItem {
|
||||||
const ListCollectionItem(this._c);
|
const ListCollectionItem(this._c);
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
||||||
|
|
||||||
part of 'list_collection_item.dart';
|
|
||||||
|
|
||||||
// **************************************************************************
|
|
||||||
// NpLogGenerator
|
|
||||||
// **************************************************************************
|
|
||||||
|
|
||||||
extension _$ListCollectionItemNpLog on ListCollectionItem {
|
|
||||||
// ignore: unused_element
|
|
||||||
Logger get _log => log;
|
|
||||||
|
|
||||||
static final log =
|
|
||||||
Logger("use_case.collection.list_collection_item.ListCollectionItem");
|
|
||||||
}
|
|
Loading…
Reference in a new issue