summaryrefslogtreecommitdiff
path: root/ldmicro
diff options
context:
space:
mode:
authorNatsuDrag92018-06-27 15:00:53 +0530
committerNatsuDrag92018-06-27 15:00:53 +0530
commita488648a67bbddc8b9eb0f9417a920f454d1170f (patch)
tree07c2bde56dcee76f594a6a530f7ff301064faf62 /ldmicro
parentdfe9c796494779d141d64569194685e352bb727a (diff)
downloadLDMicroGtk-a488648a67bbddc8b9eb0f9417a920f454d1170f.tar.gz
LDMicroGtk-a488648a67bbddc8b9eb0f9417a920f454d1170f.tar.bz2
LDMicroGtk-a488648a67bbddc8b9eb0f9417a920f454d1170f.zip
Removed unnecessary comments.
Diffstat (limited to 'ldmicro')
-rw-r--r--ldmicro/commentdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldmicro/commentdialog.cpp b/ldmicro/commentdialog.cpp
index 84bf156..e6743b4 100644
--- a/ldmicro/commentdialog.cpp
+++ b/ldmicro/commentdialog.cpp
@@ -91,7 +91,6 @@ void ShowCommentDialog(char *comment)
CommentDialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title(GTK_WINDOW(CommentDialog), "Comment");
gtk_window_set_default_size(GTK_WINDOW(CommentDialog), 700, 50);
- // gtk_window_resize (GTK_WINDOW(CommentDialog), 700, 50);
gtk_window_set_resizable (GTK_WINDOW (CommentDialog), FALSE);
gtk_widget_add_events (CommentDialog, GDK_KEY_PRESS_MASK);
gtk_widget_add_events (CommentDialog, GDK_BUTTON_PRESS_MASK);