aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Evolution-Component.idl
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r--shell/Evolution-Component.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl
index e0c486a630..8f52fa95ba 100644
--- a/shell/Evolution-Component.idl
+++ b/shell/Evolution-Component.idl
@@ -53,12 +53,6 @@ module Evolution {
out Bonobo::Control statusbar_control);
};
- interface ComponentView : Bonobo::Unknown {
- void getControls (out Bonobo::Control sidebar_control,
- out Bonobo::Control view_control,
- out Bonobo::Control statusbar_control);
- };
-
interface Listener : Bonobo::Unknown {
/* Indicate the change of state is complete */
void complete();
@@ -84,7 +78,6 @@ module Evolution {
ComponentView createView(in ShellView parent)
raises (Failed);
- /* Create the controls for embedding in the shell. */
/* Check if the component can quit.
Do not perform any quit-related tasks however.