diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 06:21:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 06:21:01 +0000 |
commit | a7a71fdb47dae7d09ab184e922542895905b86ce (patch) | |
tree | ca458c981ae89b5ab53bde2b8f585e2e7d6ead55 /databases/libgda/files/patch-bindings_c++_gdaConnection.cpp | |
parent | Remove gnome-db (component of the EOLed gnome1) not used by anything anymore. (diff) |
Remove libgda (component of the EOLed gnome1) not used by anything anymore.
Approved by: gnome (implicit)
Diffstat (limited to 'databases/libgda/files/patch-bindings_c++_gdaConnection.cpp')
-rw-r--r-- | databases/libgda/files/patch-bindings_c++_gdaConnection.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda/files/patch-bindings_c++_gdaConnection.cpp b/databases/libgda/files/patch-bindings_c++_gdaConnection.cpp deleted file mode 100644 index aebf4440a9b8..000000000000 --- a/databases/libgda/files/patch-bindings_c++_gdaConnection.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/c++/gdaConnection.cpp.orig Sat Jun 15 17:02:32 2002 -+++ bindings/c++/gdaConnection.cpp Sat Jun 15 17:02:41 2002 -@@ -294,7 +294,7 @@ - return gda_connection_get_version (_gda_connection); - } - --GdaConnection* Connection::getCStruct (bool refn = true) const -+GdaConnection* Connection::getCStruct (bool refn) const - { - if (refn) ref (); - return _gda_connection; |