[Android] Remove unused interface
Geoffrey Métais
git at videolan.org
Thu Feb 2 09:59:32 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 2 09:59:05 2017 +0100| [050d115fbb6c6fd89edab9c6ded490126ff4330e] | committer: Geoffrey Métais
Remove unused interface
> https://code.videolan.org/videolan/vlc-android/commit/050d115fbb6c6fd89edab9c6ded490126ff4330e
---
.../vlc/interfaces/IAudioClickHandler.java | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/vlc-android/src/org/videolan/vlc/interfaces/IAudioClickHandler.java b/vlc-android/src/org/videolan/vlc/interfaces/IAudioClickHandler.java
deleted file mode 100644
index 742ece1..0000000
--- a/vlc-android/src/org/videolan/vlc/interfaces/IAudioClickHandler.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * *************************************************************************
- * IAudioClickHandler.java
- * **************************************************************************
- * Copyright © 2015 VLC authors and VideoLAN
- * Author: Geoffrey Métais
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
- * ***************************************************************************
- */
-
-package org.videolan.vlc.interfaces;
-
-import android.view.View;
-
-public interface IAudioClickHandler {
- void onMoreClick(View v);
-}
More information about the Android
mailing list