Remove compile warning
authorJihoon Chung <jihoon.chung@samsung.com>
Sat, 20 Apr 2013 11:53:21 +0000 (20:53 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Sat, 20 Apr 2013 11:53:21 +0000 (20:53 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove compile warning
[SCMRequest] N/A

Change-Id: I86e942d43e44dec3035243f58a3a9c749e53b679

src/jobs/widget_install/task_certify.cpp

index 343eadc..626cf18 100644 (file)
@@ -50,11 +50,6 @@ using namespace ValidationCore;
 using namespace WrtDB;
 
 namespace {
-const std::string LABEL_NEW_LINE = "<br>";
-const std::string LABEL_NEW_LINE_2 = "<br><br>";
-const std::string UNTRUSTED_WIDGET = "It is an Untrusted Widget";
-const char *QUESTION = "Do you wanto to install?";
-
 WidgetCertificateData toWidgetCertificateData(const SignatureData &data,
                                               bool root)
 {