소스 검색

Remove AvatarRegistry type

Danilo Bargen 7 년 전
부모
커밋
3d20152727
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/threema.d.ts

+ 0 - 6
src/threema.d.ts

@@ -26,12 +26,6 @@ declare namespace threema {
         high?: ArrayBuffer;
     }
 
-    interface AvatarRegistry {
-        contact: Avatar;
-        group: Avatar;
-        distributionList: Avatar;
-    }
-
     /**
      * Messages that are sent through the secure data channel as encrypted msgpack bytes.
      */