Index: /CKEditor/branches/prototype/_source/plugins/flash/dialogs/flash.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/flash/dialogs/flash.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/flash/dialogs/flash.js	(revision 3071)
@@ -277,10 +277,4 @@
 			if ( editor.config.flash.uploadTab == false )
 				this.hidePage( 'Upload' );		//Hide Upload tab.
-
-			if ( editor.config.flash.showAdvancedTab == false )
-				this.hidePage( 'advanced' );		//Hide Advanded tab.
-
-			if ( editor.config.flash.showPropertiesTab == false )
-				this.hidePage( 'advanced' );		//Hide Proporties tab.
 
 			if ( editor.config.flash.browseServer == false )
Index: /CKEditor/branches/prototype/_source/plugins/flash/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/flash/plugin.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/flash/plugin.js	(revision 3071)
@@ -26,6 +26,4 @@
 	uploadAction : 'nowhere.php',
 	browseServer : true,
-	showAdvancedTab : true,
-	showPropertiesTab : true,
 
 	/**
Index: /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js	(revision 3071)
@@ -626,10 +626,4 @@
 			if ( !imageDialog )
 				this.hidePage( 'Link' );		//Hide Link tab.
-
-			if ( editor.config.image.uploadTab == false )
-				this.hidePage( 'Upload' );		//Hide Upload tab.
-
-			if ( editor.config.image.showAdvancedTab == false )
-				this.hidePage( 'advanced' );		//Hide Advanded tab.
 
 			if ( editor.config.image.browseServer == false )
Index: /CKEditor/branches/prototype/_source/plugins/image/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/image/plugin.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/image/plugin.js	(revision 3071)
@@ -42,12 +42,4 @@
 	 */
 	uploadAction : 'nowhere.php',
-
-	/**
-	 * Show Image preview in the Image Dialog.
-	 * @type Boolean
-	 * @default true
-	 */
-	showPreview : true,
-	showAdvancedTab : true,
 	removeLinkByEmptyURL : true
 };
Index: /CKEditor/branches/prototype/_source/plugins/link/dialogs/link.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/link/dialogs/link.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/link/dialogs/link.js	(revision 3071)
@@ -32,6 +32,5 @@
 		if ( typeValue == 'url' )
 		{
-			if ( editor.config.link.showTargetTab )
-				dialog.showPage( 'target' );
+			dialog.showPage( 'target' );
 			if ( editor.config.link.uploadTab )
 				dialog.showPage( 'upload' );
@@ -851,13 +850,6 @@
 				this.hidePage( 'upload' );		//Hide Upload tab.
 
-			if ( editor.config.link.showAdvancedTab == false )
-				this.hidePage( 'advanced' );		//Hide Advanded tab.
-
 			if ( editor.config.link.browseServer == false )
 				this.getContentElement( 'info', 'browse' ).getElement().hide();
-
-			if ( editor.config.link.showTargetTab == false )
-				this.hidePage( 'target' );		//Hide Target tab.
-
 		},
 		onHide : function()
Index: /CKEditor/branches/prototype/_source/plugins/link/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/link/plugin.js	(revision 3070)
+++ /CKEditor/branches/prototype/_source/plugins/link/plugin.js	(revision 3071)
@@ -87,6 +87,4 @@
 	uploadTab : true,
 	browseServer : true,
-	uploadAction : 'nowhere.php',
-	showAdvancedTab : true,
-	showTargetTab : true
+	uploadAction : 'nowhere.php'
 };
