diff --git a/contrib/js/neochan/common.ts b/contrib/js/neochan/common.ts deleted file mode 100644 index 4438a82..0000000 --- a/contrib/js/neochan/common.ts +++ /dev/null @@ -1,7 +0,0 @@ - -/** @brief type that is called to initialize a dom element */ -export interface Init -{ - initialize (elem : any); -} - diff --git a/contrib/js/neochan/postform.ts b/contrib/js/neochan/postform.ts index 36163e1..e69de29 100644 --- a/contrib/js/neochan/postform.ts +++ b/contrib/js/neochan/postform.ts @@ -1,11 +0,0 @@ - -import { Init } from "./common" - - -export class Postform implements Init -{ - initialize(elem : any) { - - } -} -