summaryrefslogtreecommitdiff
path: root/src/math-buttons.c
diff options
context:
space:
mode:
authormbkma <[email protected]>2020-12-11 12:11:44 +0100
committerVictor Kareh <[email protected]>2020-12-16 07:46:16 -0500
commit324fc83c75195d48d07b4eb8fef2ed734599ace2 (patch)
tree612c4d1e7dd1cc842a6aba0d655fb089d56ea28e /src/math-buttons.c
parent27dea4d9f6c62bc740edf433869aa76c5cbd3739 (diff)
downloadmate-calc-324fc83c75195d48d07b4eb8fef2ed734599ace2.tar.bz2
mate-calc-324fc83c75195d48d07b4eb8fef2ed734599ace2.tar.xz
remove unused trunc button from programming mode
Diffstat (limited to 'src/math-buttons.c')
-rw-r--r--src/math-buttons.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/math-buttons.c b/src/math-buttons.c
index a28db23..dce4f33 100644
--- a/src/math-buttons.c
+++ b/src/math-buttons.c
@@ -219,9 +219,6 @@ static ButtonData button_data[] = {
{"twos_complement", "twos ", FUNCTION,
/* Tooltip for the two's complement button */
N_("Two's Complement")},
- {"trunc", "trunc ", FUNCTION,
- /* Tooltip for the truncate button */
- N_("Truncate")},
{"start_group", "(", GROUP,
/* Tooltip for the start group button */
N_("Start Group [(]")},