Remove unused shaders

This commit is contained in:
Alexander Bock
2017-10-24 03:35:41 -07:00
parent 9b6028028a
commit 1c2622248c
12 changed files with 2 additions and 306 deletions
+1 -1
View File
@@ -55,6 +55,7 @@ public:
private:
void parallelConnectionChanged(const ParallelConnection::Status& status);
void addToCommand(std::string c);
std::string sanitizeInput(std::string str);
@@ -68,7 +69,6 @@ private:
properties::Vec4Property _historyTextColor;
properties::IntProperty _historyLength;
size_t _inputPosition;
std::vector<std::string> _commandsHistory;
size_t _activeCommand;