aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 07:47:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-24 07:47:04 +0000
commitd9c5a208f028e82c9eda423d0efad7578101aa89 (patch)
tree3125ef089f3de5450309c5ef40f4ebf6eaf078d6 /src/mainwindow.c
parent3ddf2de82070b981406399e3c09667d58ec466fb (diff)
src/mainwindow.c: removed commented out lines.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@35 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 9d0b0c05..03a39eb1 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2107,10 +2107,6 @@ static void main_window_toolbar_create(MainWindow *mainwin,
GTK_ORIENTATION_HORIZONTAL);
gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH);
gtk_container_add(GTK_CONTAINER(container), toolbar);
- //gtk_container_set_border_width(GTK_CONTAINER(container), 2);
- //gtk_toolbar_set_button_relief(GTK_TOOLBAR(toolbar), GTK_RELIEF_NONE);
- //gtk_toolbar_set_space_style(GTK_TOOLBAR(toolbar),
- // GTK_TOOLBAR_SPACE_LINE);
gtk_widget_set_size_request(toolbar, 1, -1);
icon_wid = stock_pixmap_widget(container, STOCK_PIXMAP_MAIL_RECEIVE);