diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-09-07 04:08:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-07 04:08:18 +0800 |
commit | 60861941d740b92a1eab06f45cfa3db337a537e2 (patch) | |
tree | be6299645c1f96ddd99be9eb0bba8457f65d0550 /embed/mozilla/mozilla-x509-cert.cpp | |
parent | 3f939976388408a4e5887f431d6c7dbd034d57d6 (diff) | |
download | gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar.gz gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar.bz2 gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar.lz gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar.xz gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.tar.zst gsoc2013-epiphany-60861941d740b92a1eab06f45cfa3db337a537e2.zip |
Remove some unnecessary static data.
2006-09-06 Christian Persch <chpe@cvs.gnome.org>
* *.c *.cpp:
Remove some unnecessary static data.
Diffstat (limited to 'embed/mozilla/mozilla-x509-cert.cpp')
-rw-r--r-- | embed/mozilla/mozilla-x509-cert.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |