summaryrefslogtreecommitdiff
path: root/p2pvr/lib/objectRowState.h
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/lib/objectRowState.h')
-rw-r--r--p2pvr/lib/objectRowState.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/p2pvr/lib/objectRowState.h b/p2pvr/lib/objectRowState.h
index 9ba69f0..f305469 100644
--- a/p2pvr/lib/objectRowState.h
+++ b/p2pvr/lib/objectRowState.h
@@ -12,9 +12,6 @@ template <typename V>
void BindColumns(RowState &, const V &);
template <typename V>
-void UnbindColumns(RowState &, const V &);
-
-template <typename V>
void CreateColumns(const ColumnCreator &);
template <typename T>