Remove unused method prototype
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index 0410fb8..748981a 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -61,7 +61,6 @@
   void updateWindow();
 
   // Methods forwarded from CConn
-  void setName(const char *name);
 
   void setColourMapEntries(int firstColour, int nColours, rdr::U16* rgbs);