X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Flayer_bitmap.h;h=b62a93e4e01cea47cfc14b7d90a0d6ee1c1cc31e;hb=d43ed398fd84b93b96eb91d91dafdf65c80537e6;hp=7578f8cfcbf0b4d06a22e363ce3efba5ca8da5f3;hpb=e44a07877e3a2e5f0e25db2fc2d67582e50ca327;p=synfig.git diff --git a/synfig-core/src/synfig/layer_bitmap.h b/synfig-core/src/synfig/layer_bitmap.h index 7578f8c..b62a93e 100644 --- a/synfig-core/src/synfig/layer_bitmap.h +++ b/synfig-core/src/synfig/layer_bitmap.h @@ -50,15 +50,11 @@ public: Point tl; Point br; int c; - bool tl_static; - bool br_static; - bool c_static; mutable Surface surface; mutable bool trimmed; mutable unsigned int width, height, top, left; Real gamma_adjust; - bool gamma_adjust_static; Layer_Bitmap(); @@ -66,9 +62,6 @@ public: virtual ValueBase get_param(const String & param)const; - virtual bool set_param_static(const String ¶m, const bool x); - virtual bool get_param_static(const String ¶m) const; - virtual Color get_color(Context context, const Point &pos)const; virtual Vocab get_param_vocab()const;