commit | 51cc976e34831299b877d92a758b22efef465ed3 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Thu Sep 22 05:38:56 2005 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Thu Sep 22 05:38:56 2005 +0000 |
tree | 36540626a405ed70ce1319c9993f834a05d21771 | |
parent | 681fd67b1945580c8a6d1144cd9c9892ded10919 [diff] [blame] |
Removed unused argument of a function. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@328 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/TightPalette.cxx b/rfb/TightPalette.cxx index 4fe7a74..c4ed04e 100644 --- a/rfb/TightPalette.cxx +++ b/rfb/TightPalette.cxx
@@ -46,7 +46,7 @@ } } -int TightPalette::insert(rdr::U32 rgb, int numPixels, int bpp) +int TightPalette::insert(rdr::U32 rgb, int numPixels) { TightColorList *pnode; TightColorList *prev_pnode = NULL;