aboutsummaryrefslogtreecommitdiff
path: root/editor/connections_dialog.h
diff options
context:
space:
mode:
authorPoommetee Ketson2017-12-12 22:57:17 +0700
committerPoommetee Ketson2017-12-12 23:04:37 +0700
commit24df9f3707767f94a8b7842a24013aa3709b1805 (patch)
tree6afe7e0d6be6e1d886c2c40e929d9f50301f22f1 /editor/connections_dialog.h
parent55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff)
downloadgodot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.gz
godot-24df9f3707767f94a8b7842a24013aa3709b1805.tar.zst
godot-24df9f3707767f94a8b7842a24013aa3709b1805.zip
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r--editor/connections_dialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h
index 53f4d857b..99a83ff59 100644
--- a/editor/connections_dialog.h
+++ b/editor/connections_dialog.h
@@ -55,7 +55,6 @@ class ConnectDialog : public ConfirmationDialog {
LineEdit *dst_path;
LineEdit *dst_method;
SceneTreeEditor *tree;
- //MenuButton *dst_method_list;
OptionButton *type_list;
CheckButton *deferred;
CheckButton *oneshot;
@@ -66,7 +65,6 @@ class ConnectDialog : public ConfirmationDialog {
void ok_pressed();
void _cancel_pressed();
void _tree_node_selected();
- void _dst_method_list_selected(int p_idx);
void _add_bind();
void _remove_bind();
@@ -84,8 +82,6 @@ public:
void set_dst_method(const StringName &p_method);
void set_dst_node(Node *p_node);
- //Button *get_ok() { return ok; }
- //Button *get_cancel() { return cancel; }
void edit(Node *p_node);
ConnectDialog();