X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=377c3eee0f1fcfa3349af8efd4754a0aaa43b042;hb=ed511d9fd320f5db6654a042db8b6b568c4314cc;hp=939521dcd804866a65f52d544b6aa722e773c798;hpb=fa2b4c8a93ebad2497cacfdeaa9a2c20be486520;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index 939521dc..377c3eee 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -162,9 +162,6 @@ private: void update_layout_hash(); static LayoutHash compute_layout_hash(const std::vector &); static bool uniform_location_compare(const UniformInfo *, const UniformInfo *); - static bool uniform_tag_compare(const UniformInfo &, const UniformInfo &); - template - static bool search(const T &, const A &); public: bool is_linked() const { return linked; } DEPRECATED std::string get_info_log() const;