zz_configDialog.h

changeset 180
16306e69a895
parent 173
2368e3c23ef3
--- a/zz_configDialog.h	Wed May 08 03:53:45 2013 +0300
+++ b/zz_configDialog.h	Wed May 08 04:10:31 2013 +0300
@@ -52,11 +52,8 @@
 	
 	// =========================================================================
 	// Main tab widgets
-	QLabel* lb_LDrawPath;
 	QLabel* lb_viewBg, *lb_viewFg, *lb_viewFgAlpha;
 	QLabel* lb_lineThickness, *lb_iconSize;
-	QLineEdit* le_LDrawPath;
-	QPushButton* pb_findLDrawPath;
 	QPushButton* pb_viewBg, *pb_viewFg;
 	QCheckBox* cb_colorize, *cb_colorBFC, *cb_selFlash, *cb_schemanticInline,
 		*cb_blackEdges;
@@ -106,7 +103,6 @@
 	QList<ShortcutListItem*> getShortcutSelection ();
 	
 private slots:
-	void slot_findLDrawPath ();
 	void slot_setGLBackground ();
 	void slot_setGLForeground ();
 	

mercurial