Skip to content

Commit

Permalink
remove bean
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Dec 28, 2023
1 parent ab27ee5 commit 33c9ceb
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 9 deletions.
Binary file removed assets/bean_brace_yourself.wav
Binary file not shown.
Binary file removed assets/bean_fruitcake.wav
Binary file not shown.
Binary file removed assets/bean_im_driving.wav
Binary file not shown.
Binary file removed assets/bean_look_at_the_time.wav
Binary file not shown.
Binary file removed assets/bean_not_necessarily.wav
Binary file not shown.
Binary file removed assets/bean_not_that_i_know_of.wav
Binary file not shown.
Binary file removed assets/bean_sunday.wav
Binary file not shown.
Binary file removed assets/bean_very_nice_brian.wav
Binary file not shown.
Binary file modified assets/cabin_pressure_bristol.wav
Binary file not shown.
Binary file removed assets/images/bean.png
Binary file not shown.
Binary file modified assets/nmj_big_if_watto.wav
Binary file not shown.
Binary file modified assets/nmj_dont_mind_it_watto.wav
Binary file not shown.
Binary file modified assets/nmj_hand_off_your_face_key.wav
Binary file not shown.
Binary file modified assets/nmj_key_to_play_watto.wav
Binary file not shown.
1 change: 0 additions & 1 deletion lib/util/quote_source.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class QuoteSource {

const QuoteSource SRC_HUSTLE = QuoteSource('Hustle', QuoteCategory.TV, 'hustle', 'hustle');
const QuoteSource SRC_DEXTER = QuoteSource('Dexter', QuoteCategory.TV, 'doakes', 'dexter lundy doakes');
const QuoteSource SRC_BEAN = QuoteSource('Mr. Bean', QuoteCategory.TV, 'bean', 'mr bean');
const QuoteSource SRC_FRIENDS = QuoteSource('Friends', QuoteCategory.TV, 'friends');
const QuoteSource SRC_HYACINTH =
QuoteSource('Keeping Up Appearances', QuoteCategory.TV, 'hyacinth', 'hyacinth richard bucket');
Expand Down
8 changes: 0 additions & 8 deletions lib/util/quotes_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ const List<Quote> ALL_QUOTES = [
'tick tick tick thats the sound of your life running out', 'dexter_jordan_chase'),
Quote('dexter_woo_woo_shit', 'Woo woo shit', SRC_DEXTER,
'angel you keep up with this woo woo shit ima walk right through you'),
Quote('bean_brace_yourself', 'Brace yourself', SRC_BEAN, 'brace yourself'),
Quote('bean_fruitcake', 'Fruitcake', SRC_BEAN, 'looks like a fruitcake to me'),
Quote('bean_im_driving', 'I\'m driving', SRC_BEAN, 'no no no I\'m im driving'),
Quote('bean_look_at_the_time', 'Look at the time!', SRC_BEAN, 'look at the time'),
Quote('bean_not_necessarily', 'Not... necessarily', SRC_BEAN, 'not necessarily'),
Quote('bean_not_that_i_know_of', 'Not that I know of', SRC_BEAN, 'not that I know of'),
Quote('bean_sunday', 'Sunday!', SRC_BEAN, 'sunday'),
Quote('bean_very_nice_brian', 'Very nice Brian', SRC_BEAN, 'very nice brian'),
Quote('b99_bingpot', 'Bingpot!', SRC_B99, 'bingpot'),
Quote('b99_bingpot_2', 'Bingpot 2', SRC_B99, 'bingpot'),
Quote('b99_bone', 'Bone', SRC_B99, 'bone'),
Expand Down

0 comments on commit 33c9ceb

Please sign in to comment.