diff --git a/modules/Bio/EnsEMBL/DBSQL/ProxyDnaAlignFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProxyDnaAlignFeatureAdaptor.pm
index cd3bb199edaddbe66a6e1cc360894cd0e75c3fcc..ef56055cca5263cd74a581c50faa6a4b27d75f33 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProxyDnaAlignFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProxyDnaAlignFeatureAdaptor.pm
@@ -154,12 +154,4 @@ sub remove {
   return $self->{'_primary_adaptor'}->remove($feature);
 }
 
-
-
-
-
-
-
-
-
-
+1;
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProxyGeneAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProxyGeneAdaptor.pm
index 58560a19158e606566bfa4d431e28fe8440b6b6f..64ab53bcd6ad447d8a4e4ea463c6bc8c634de62c 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProxyGeneAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProxyGeneAdaptor.pm
@@ -74,28 +74,6 @@ sub fetch_all_by_Slice {
 
 
 
-=head2 fetch_by_Slice
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_all_by_Slice instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_Slice {
-  my ($self, @args) = @_;
-
-  $self->warn("fetch_by_Slice has been renamed fetch_all_by_Slice\n" . caller);
-
-  return $self->fetch_all_by_Slice(@args);
-}
-
-
-
-
 =head2 fetch_by_transcript_stable_id
 
   Arg [1]    : list of arbitrary args @args
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProxyRepeatFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProxyRepeatFeatureAdaptor.pm
index 26c52d4f92f6b67758506272e314e5a1712f6ee8..9788ac122a3ea65b3b793a6ae5bcfc19181313f0 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProxyRepeatFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProxyRepeatFeatureAdaptor.pm
@@ -68,24 +68,5 @@ sub fetch_all_by_Slice {
 }
 
 
-=head2 fetch_by_Slice
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_all_by_Slice instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_Slice {
-  my ($self, @args) = @_;
-
-  $self->warn("fetch_by_Slice has been renamed fetch_all_by_Slice\n" . caller);
-
-  return $self->fetch_all_by_Slice(@args);
-}
-
 1;
 
diff --git a/modules/Bio/EnsEMBL/DBSQL/ProxySNPAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProxySNPAdaptor.pm
index 983b8d80fb05bd698a01401892ab6bb22ee6fc9c..9956afa9d804d90d0903380d13170ae318ed477c 100644
--- a/modules/Bio/EnsEMBL/DBSQL/ProxySNPAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProxySNPAdaptor.pm
@@ -76,28 +76,6 @@ sub fetch_all_by_Slice {
 }
 
 
-
-=head2 fetch_by_Slice
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_all_by_Slice instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_Slice {
-  my ($self, @args) = @_;
-
-  $self->warn("fetch_by_Slice has been renamed fetch_all_by_Slice\n" . caller);
-
-  return $self->fetch_all_by_Slice(@args);
-}
-
-
-
 =head2 fetch_by_SNP_id
 
   Arg [1]    : list of arbitrary args @args
diff --git a/modules/Bio/EnsEMBL/DBSQL/RawContigAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RawContigAdaptor.pm
index 274152c0d184ef72d6aea28ffe63d455c936c554..7128292f3bf19a77514ba0f95ac2ecab34755630 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RawContigAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RawContigAdaptor.pm
@@ -535,47 +535,6 @@ sub deleteObj {
 
 
 
-
-=head2 fetch_by_clone
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_all_by_Clone instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_clone {
-  my ($self, @args) = @_;
-  
-  print STDERR "fetch_by_clone has been renamed fetch_all_by_Clone\n" . caller;
-
-  return $self->fetch_by_Clone(@args);
-}
-
-
-=head2 fetch_by_Clone
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_all_by_Clone instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_Clone {
-  my ($self, @args) = @_;
-
-  $self->warn("fetch_by_Clone has been renamed fetch_all_by_Clone\n" . caller);
-
-  return $self->fetch_all_by_Clone(@args);
-}
-
-
 =head2 remove
 
   Arg [1]    : Bio::EnsEMBL::RawContig $contig
diff --git a/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
index f1f26e6ba10e1745559c06f27fe8a45c834288df..32f92b5d5425a439d786c8c08940a973027c44df 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SequenceAdaptor.pm
@@ -305,31 +305,4 @@ sub _reverse_comp {
 }
 
 
-
-
-
-
-=head2 fetch_by_Contig_start_end_strand
-
-  Arg [1]    : none
-  Example    : none
-  Description: DEPRECATED use fetch_by_RawContig_start_end_strand instead
-  Returntype : none
-  Exceptions : none
-  Caller     : none
-
-=cut
-
-sub fetch_by_Contig_start_end_strand {
-  my ($self, @args) = @_;
-
-  $self->warn("fetch_by_Contig_start_end_strand has been renamed fetch_by_RawContig_start_end_strand\n" . caller);
-
-  return $self->fetch_by_RawContig_start_end_strand(@args);
-}
-
-
-
-
-
 1;