summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorleo2005-12-30 21:47:52 +0000
committerleo2005-12-30 21:47:52 +0000
commit43be715ad595e58f3381439c88defb209aa06f89 (patch)
tree3e0f11561819966ec6fbe9028f9f21e50b55649a /linux
parent49055c86feda30d3d7e4f6d5c8738c2aef5b68d9 (diff)
Show piece numbers and a few small fixes.
git-svn-id: http://svn.leocad.org/trunk@450 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux')
-rw-r--r--linux/system.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index 704519b..09e5b28 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -314,11 +314,6 @@ void SystemUpdateAction(int new_action, int old_action)
ignore_commands = false;
}
-void SystemSetGroup(int new_group)
-{
- groupsbar_set(new_group);
-}
-
void SystemUpdateColorList(int new_color)
{
colorlist_set(new_color);