aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2019-12-12 13:46:28 +1000
committeronefang2019-12-12 13:46:28 +1000
commitbe97262ec2934c758b1cde98f43fde4f20504784 (patch)
treea5c07b242fc0f18b3f2b3c0de8e78cf987217400 /apt-panopticommon.lua
parentTypo-- (diff)
downloadapt-panopticon-be97262ec2934c758b1cde98f43fde4f20504784.zip
apt-panopticon-be97262ec2934c758b1cde98f43fde4f20504784.tar.gz
apt-panopticon-be97262ec2934c758b1cde98f43fde4f20504784.tar.bz2
apt-panopticon-be97262ec2934c758b1cde98f43fde4f20504784.tar.xz
Remove some no longer needed commented out code.
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 7f4d8f1..2911178 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -382,7 +382,6 @@ APT.plurals = function(e, w)
382 result = e .. " errors" 382 result = e .. " errors"
383 end 383 end
384 if ("" ~= result) and APT.html then result = "<font color='red'><b>" .. result .. "</b></font>" end 384 if ("" ~= result) and APT.html then result = "<font color='red'><b>" .. result .. "</b></font>" end
385-- result = " " .. result
386 if 0 < w then 385 if 0 < w then
387 if 0 < e then result = result .. ", " end 386 if 0 < e then result = result .. ", " end
388 if 1 == w then 387 if 1 == w then
@@ -391,7 +390,6 @@ APT.plurals = function(e, w)
391 result = result .. w .. " warnings" 390 result = result .. w .. " warnings"
392 end 391 end
393 if ("" ~= result) and APT.html then result = "<font color='yellow'><b>" .. result .. "</b></font>" end 392 if ("" ~= result) and APT.html then result = "<font color='yellow'><b>" .. result .. "</b></font>" end
394-- result = " " .. result
395 end 393 end
396 if "" ~= result then result = " (" .. result .. ")" end 394 if "" ~= result then result = " (" .. result .. ")" end
397 return result 395 return result