summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpc.php b/rpc.php
index 4bbf4d5..49d1930 100644
--- a/rpc.php
+++ b/rpc.php
@@ -84,11 +84,6 @@ class PHPFSPOT_RPC {
$fspot->showPhotoIndex();
break;
- case 'showbubbledetails':
-
- $fspot->showBubbleDetails($_GET['id'], $_GET['direction']);
- break;
-
case 'showcredits':
$fspot->showCredits();