diff options
author | mbkma <[email protected]> | 2020-12-11 12:11:44 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-12-16 07:46:16 -0500 |
commit | 324fc83c75195d48d07b4eb8fef2ed734599ace2 (patch) | |
tree | 612c4d1e7dd1cc842a6aba0d655fb089d56ea28e /src/math-buttons.c | |
parent | 27dea4d9f6c62bc740edf433869aa76c5cbd3739 (diff) | |
download | mate-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.c | 3 |
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 [(]")}, |