From c52562d517171d1928f3a1dbab01771e47aae9c5 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 12 Aug 2012 14:32:13 +0000
Subject: [PATCH] Usunięcie nieużywanej metody rewriteOne z klasy BotMsgGG.
---
class/BotMsgGG.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/class/BotMsgGG.php b/class/BotMsgGG.php
index e2cbf47..c860227 100644
--- a/class/BotMsgGG.php
+++ b/class/BotMsgGG.php
@@ -132,10 +132,6 @@
echo $this->getGG();
}
- private function rewriteOne($node, $saveto) {
-
- }
-
private function rewrite($dom, $saveto, $top = TRUE) {
if(!($dom instanceof DOMElement)) {
throw new BotMsgException('Nieznany element DOM: '.get_class($dom));
--
Gitblit v1.9.1