X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FLichViet%2FThemes.js;fp=qml%2FLichViet%2FThemes.js;h=b28e045f3274ede84f7657c3058e63a476c59305;hb=67ff5ae94ce65b3b1bb04a1eddcea356fd81a1aa;hp=8690364a6f11d63a9995b8120b4ae442a23b4545;hpb=149fae2a60de58d911839daae8700ba3a6e2069a;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}) - } -}