Code cleanup: Remove exprStringAt().
commitddff62fb3d9e15738f44266cef15b8d734754b1f
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 23 Nov 2006 20:51:55 +0000 (23 21:51 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 23 Nov 2006 20:52:39 +0000 (23 21:52 +0100)
tree970810fcd90a3aca402df63516e803bf485e1f5b
parenta1c1d4d35932660be3f0c830a90313667a1cbb49
Code cleanup: Remove exprStringAt().

The removal goes like this: Convert the function's interface to accept
an item pointer instead of a row index. Then it becomes so simple that
it can be inlined at the call sites.
kdbg/dbgmainwnd.cpp
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/ktreeview.cpp
kdbg/ktreeview.h
kdbg/mainwndbase.cpp
kdbg/mainwndbase.h