From 7ef8a3a2a012bf59e2d9797e4648b56289f2e1f7 Mon Sep 17 00:00:00 2001 From: caprice Date: Sun, 10 Aug 2014 13:58:26 +0900 Subject: [PATCH] =?utf8?q?comunication/*=20=E3=81=AE=E4=B8=80=E6=99=82?= =?utf8?q?=E7=9A=84=E3=81=AA=E5=88=87=E3=82=8A=E9=9B=A2=E3=81=97=E3=81=AB?= =?utf8?q?=E4=BC=B4=E3=81=86=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2?= =?utf8?q?=E3=82=A6=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/GikoMona.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GikoMona.cpp b/src/GikoMona.cpp index 7358ff9..46ab8df 100644 --- a/src/GikoMona.cpp +++ b/src/GikoMona.cpp @@ -44,7 +44,7 @@ namespace { std::shared_ptr app_model; std::shared_ptr app_extension; -std::shared_ptr app_postoffice; +//std::shared_ptr app_postoffice; } @@ -75,7 +75,7 @@ bool init_core(const mona_string& app_name) { app_model = std::make_shared(); app_extension = std::make_shared(); - app_postoffice = std::make_shared(app_name); + //app_postoffice = std::make_shared(app_name); return true; } -- 2.11.0