Skip to content

Commit

Permalink
Removal of obsolete editor plugins Fixes godotengine#64
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Feenstra <[email protected]>
  • Loading branch information
vinzenz committed Feb 17, 2014
1 parent 891b2bd commit dba66e0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,939 deletions.
5 changes: 0 additions & 5 deletions tools/editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
#include "plugins/path_2d_editor_plugin.h"
#include "plugins/particles_editor_plugin.h"
#include "plugins/particles_2d_editor_plugin.h"
#include "plugins/font_editor_plugin.h"
#include "plugins/animation_editor_plugin.h"
#include "plugins/animation_tree_editor_plugin.h"
#include "plugins/tile_set_editor_plugin.h"
#include "plugins/animation_player_editor_plugin.h"
Expand Down Expand Up @@ -3959,16 +3957,13 @@ EditorNode::EditorNode() {
add_editor_plugin( memnew( ScriptEditorPlugin(this) ) );
add_editor_plugin( memnew( EditorHelpPlugin(this) ) );
add_editor_plugin( memnew( AnimationPlayerEditorPlugin(this) ) );
//add_editor_plugin( memnew( AnimationEditorPlugin(this) ) ); - not useful anymore
add_editor_plugin( memnew( ShaderEditorPlugin(this) ) );
add_editor_plugin( memnew( CameraEditorPlugin(this) ) );
//add_editor_plugin( memnew( FontEditorPlugin(this) ) ); obsolete
add_editor_plugin( memnew( SampleEditorPlugin(this) ) );
add_editor_plugin( memnew( SampleLibraryEditorPlugin(this) ) );
add_editor_plugin( memnew( ThemeEditorPlugin(this) ) );
add_editor_plugin( memnew( MultiMeshEditorPlugin(this) ) );
add_editor_plugin( memnew( AnimationTreeEditorPlugin(this) ) );
//add_editor_plugin( memnew( GridMapEditorPlugin(this) ) );
add_editor_plugin( memnew( SamplePlayerEditorPlugin(this) ) );
add_editor_plugin( memnew( MeshLibraryEditorPlugin(this) ) );
add_editor_plugin( memnew( StreamEditorPlugin(this) ) );
Expand Down
Loading

0 comments on commit dba66e0

Please sign in to comment.