X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FLichViet%2FThemes.js;fp=qml%2FLichViet%2FThemes.js;h=b28e045f3274ede84f7657c3058e63a476c59305;hb=274c1daf9c51c4127195b5e8370722887dace99e;hp=8690364a6f11d63a9995b8120b4ae442a23b4545;hpb=0527c61e3bdd3540dbe553e87e24081fe54f6b15;p=lichviet diff --git a/qml/LichViet/Themes.js b/qml/LichViet/Themes.js index 8690364..b28e045 100644 --- a/qml/LichViet/Themes.js +++ b/qml/LichViet/Themes.js @@ -22,9 +22,3 @@ var root_dir = "/opt/usr/share/LichViet/"; function default_theme(){ return "file:"+root_dir+"themes/default/default.qml"; } - -function init(Controller, Model){ - if(Controller.pathExists(root_dir)){ - Model.append({idm:2,name: "BLACK",title:"",can_be_deleted:false,is_selected:false}) - } -}