aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 10:31:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-04 10:31:20 +0000
commita8951213805924a73114984e43d50899cefb6f4d (patch)
tree7f825215d5c0c965e21b98de69afe41e466700c4 /src/main.c
parent8e645104879753898e43fa707fffe31ee5a2c3bf (diff)
replaced random() with g_random_*().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@464 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 82d09a55..eaf79a1d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -185,8 +185,6 @@ int main(int argc, char *argv[])
ssl_init();
#endif
- srandom((gint)time(NULL));
-
/* parse gtkrc files */
userrc = g_strconcat(get_home_dir(), G_DIR_SEPARATOR_S, ".gtkrc-2.0",
NULL);