Changeset 3fd83e3b5c19070ab53beed0fa8694ea932f2419

Show
Ignore:
Timestamp:
04/09/09 18:44:00 (1 year ago)
Author:
Hans Petter Jansson <hpj@linux-rqhg.site>
git-committer:
Hans Petter Jansson <hpj@linux-rqhg.site> 1239317040 -0500
git-parent:

[652468c94f2bbb697e5390f8481c6b94c9521d48]

git-author:
Hans Petter Jansson <hpj@cl.no> 1239317040 -0500
Message:

Remove useless function.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Sterling/TransactionModel.cs

    r9b9777a r3fd83e3  
    2525        { 
    2626            transactions = transaction_store.QueryTransactions (query); 
    27         } 
    28  
    29         object GetNodeAtPath (TreePath path) 
    30         { 
    31             // We're a list; all nodes are at depth 1. 
    32             if (path.Indices.Length != 1) 
    33                 return null; 
    34                  
    35             return (Transaction) transactions [path.Indices [0]]; 
    3627        } 
    3728