Skip to content

Commit

Permalink
fix: remove unneded const
Browse files Browse the repository at this point in the history
  • Loading branch information
m-edlund committed Feb 25, 2024
1 parent 924c328 commit adf22d7
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions yuuna/lib/src/creator/enhancements/immersion_kit_enhancement.dart
Expand Up @@ -14,52 +14,6 @@ import 'package:http/http.dart' as http;
import 'package:yuuna/src/creator/enhancements/jp_conjugations.dart';
import 'package:yuuna/utils.dart';

const List<String> _ichidanAndRuGodanConjugations = [
// Ichidan with ru ending
'る',
'ない',
'ます',
'ません',
'た',
'なかった',
'ました',
'ませんでした',
'て',
'なくて',
'られる',
'られない',
'られる',
// られる & られない, passive and potential are the same
'させる',
'させない',
'させられる',
'させられない',
'ろ',
'るな',
'たら',
// Godan with ru ending
// る, non-past same as ichidan
'らない',
'ります',
'りません',
'った',
'らなかった',
'りました',
'りませんでした',
'って',
'らなくて',
'れる',
'れない',
// られる & られない, passive same as ichidan
'らせる',
'らせない',
'らせられる',
'らせられない',
'れ',
// るな, negative imperative same as Ichidan
'ったら'
];

/// An entity used to neatly return and organise results fetched from
/// ImmersionKit.
class ImmersionKitResult {
Expand Down

0 comments on commit adf22d7

Please sign in to comment.