From 60861941d740b92a1eab06f45cfa3db337a537e2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 6 Sep 2006 20:08:18 +0000 Subject: Remove some unnecessary static data. 2006-09-06 Christian Persch * *.c *.cpp: Remove some unnecessary static data. --- embed/mozilla/mozilla-x509-cert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed/mozilla/mozilla-x509-cert.cpp') diff --git a/embed/mozilla/mozilla-x509-cert.cpp b/embed/mozilla/mozilla-x509-cert.cpp index 51c79a209..065f68a79 100644 --- a/embed/mozilla/mozilla-x509-cert.cpp +++ b/embed/mozilla/mozilla-x509-cert.cpp @@ -56,7 +56,7 @@ mozilla_x509_cert_get_type (void) if (mozilla_x509_cert_type == 0) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (MozillaX509CertClass), NULL, /* base_init */ @@ -69,7 +69,7 @@ mozilla_x509_cert_get_type (void) (GInstanceInitFunc) mozilla_x509_cert_init }; - static const GInterfaceInfo x509_cert_info = + const GInterfaceInfo x509_cert_info = { (GInterfaceInitFunc) ephy_x509_cert_init, /* interface_init */ NULL, /* interface_finalize */ -- cgit v1.2.3