summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index f9bbd9563b6e..6eb9267f1e55 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -260,9 +260,6 @@ public class EmbedContApp extends Applet
m_aNativeView.resize( 800, 600 );
this.add( m_aNativeView );
- // Handle mouse clicks in our window.
-// addMouseListener( this );
- }
public void actionPerformed( ActionEvent evt )
{
@@ -845,8 +842,6 @@ public class EmbedContApp extends Applet
{
super.paint( g );
- // m_aNativeView.paint( g );
-
createVclWindow();
}