Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-08-11 23:32:57 +0000
committerspingel2009-08-11 23:32:57 +0000
commitce8de82f91ff33d4d6aa8b9afd66b176c70877f9 (patch)
tree27f46add691d87ef338b031dd095341a9b14c26b /org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox
parent817ba4859f80fb3497bfa9f96a2c903c61a75bdf (diff)
downloadorg.eclipse.mylyn.incubator-ce8de82f91ff33d4d6aa8b9afd66b176c70877f9.tar.gz
org.eclipse.mylyn.incubator-ce8de82f91ff33d4d6aa8b9afd66b176c70877f9.tar.xz
org.eclipse.mylyn.incubator-ce8de82f91ff33d4d6aa8b9afd66b176c70877f9.zip
NEW - bug 280161: cleanup fixme and todo comments for 3.3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280161
Diffstat (limited to 'org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox')
-rw-r--r--org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/views/ActiveSearchQuickView.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/views/ActiveSearchQuickView.java b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/views/ActiveSearchQuickView.java
index 1ea0e1b2..9110b20b 100644
--- a/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/views/ActiveSearchQuickView.java
+++ b/org.eclipse.mylyn.sandbox.ui/src/org/eclipse/mylyn/internal/sandbox/ui/views/ActiveSearchQuickView.java
@@ -76,9 +76,8 @@ import org.eclipse.ui.PlatformUI;
/**
* @author Mik Kersten
- *
- * TODO there is redundancy between this and RelatedElementsPopupDialog
*/
+// TODO there is redundancy between this and RelatedElementsPopupDialog
public class ActiveSearchQuickView {
/**
@@ -757,13 +756,6 @@ public class ActiveSearchQuickView {
fBorderSize = borderSize;
}
- /**
- * Returns the border size.
- */
- public int getBorderSize() {
- return fBorderSize;
- }
-
@Override
protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) {

Back to the top