Or, here's an easy, permanent way to delete views for certain aircraft.
Download
p51dver2.zip from
www.avsim.comThis plane comes with a gauge, located in the panel folder, called
dsd_view_skip.gau
This P-51 does not have a 2D panel, and the author uses this invisible gauge to have FS skip the 2D view in the view cycle. It works for skipping the VC as well if you modify the panel entry correctly.
Here is the gauge entry, you can just tack it on to the end of any gauge list in your aircraft's panel.cfg, and number it accordingly.
gauge16=dsd_view_skip!no_2d, 0, 0 ,5,5If you change "dsd_view_skip!no_2d into "dsd_view_skip!no_vc" voila! You should skip the VC view from now on, after the first cycle through.
You can just place the gauge file in the panel folder of whatever aircraft you choose, and insert the gauge line into the panel cfg with the necessary changes, and you should be good to go!
I personally use this wonderful gauge on the Tu-134, since it does not have a VC.
EDIT: You're going to have to experiment with removing the tower view...perhaps "dsd_view_skip!no_tower" would work, but I'm not sure.