From 30c2807ffbdad181b29fc5d1ff6069ee652328b5 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 28 Feb 2017 12:53:13 +0545 Subject: [PATCH] removed unused list feature and function --- src/app/services/pic-store/pic.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/services/pic-store/pic.ts b/src/app/services/pic-store/pic.ts index e36e5f7..59398cd 100644 --- a/src/app/services/pic-store/pic.ts +++ b/src/app/services/pic-store/pic.ts @@ -1,4 +1,4 @@ -import {List,Record} from 'immutable'; +import {Record} from 'immutable'; const PicRecord = Record({ description: "", @@ -26,8 +26,5 @@ export class Pic extends PicRecord{ super(pic); } - fromTumblrPic(tumblrpic){ - - } } \ No newline at end of file