Prechádzať zdrojové kódy

oops, fucntion was there twice

Juan Linietsky 10 rokov pred
rodič
commit
0245d4a2b0
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      platform/android/dir_access_jandroid.cpp

+ 0 - 3
platform/android/dir_access_jandroid.cpp

@@ -111,9 +111,6 @@ bool DirAccessJAndroid::current_is_hidden() const {
 	return current!="." && current!=".." && current.begins_with(".");
 }
 
-bool DirAccessJAndroid::current_is_hidden() const{
-	return current!="." && current!=".." && current.begins_with(".");
-}
 void DirAccessJAndroid::list_dir_end(){
 
 	if (id==0)