From: <aki...@us...> - 2010-05-23 22:37:13
|
Revision: 7949 http://gridarta.svn.sourceforge.net/gridarta/?rev=7949&view=rev Author: akirschbaum Date: 2010-05-23 22:37:07 +0000 (Sun, 23 May 2010) Log Message: ----------- Remove unused code. Modified Paths: -------------- trunk/src/app/net/sf/gridarta/gui/utils/tabbedpanel/Tab.java Modified: trunk/src/app/net/sf/gridarta/gui/utils/tabbedpanel/Tab.java =================================================================== --- trunk/src/app/net/sf/gridarta/gui/utils/tabbedpanel/Tab.java 2010-05-23 22:35:30 UTC (rev 7948) +++ trunk/src/app/net/sf/gridarta/gui/utils/tabbedpanel/Tab.java 2010-05-23 22:37:07 UTC (rev 7949) @@ -308,14 +308,6 @@ } /** - * returns the tab's index for ordering. - * @return the index - */ - public int getIndex() { - return index; - } - - /** * Returns the tab's size. Depending on the tab's location either width or * height is returned. * @return the size This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |