summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/node.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/node.inc b/includes/node.inc
index 7026efbb6..3bb47832b 100644
--- a/includes/node.inc
+++ b/includes/node.inc
@@ -18,13 +18,6 @@ function node_get_array($field, $value) {
return db_fetch_array(_node_get($field, $value));
}
-function node_get_category($nid) {
- db_fetch_array(db_query("SELECT FROM"));
-}
-
-function node_get_topic($nid) {
-}
-
function node_del($field, $value) {
global $status;
if ($node = node_get_object($field, $value)) {